deprived-main-website/postcss.config.js

7 lines
86 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}