fancytextstuff/postcss.config.mjs

3 lines
87 B
JavaScript

import autoprefixer from "autoprefixer";
export default { plugins: [autoprefixer()] };