Files
allmy.work/postcss.config.js

7 lines
86 B
JavaScript

export default {
plugins: {
"@tailwindcss/postcss": {},
autoprefixer: {},
},
};