server/assets/postcss.config.js

8 lines
123 B
JavaScript

module.exports = {
plugins: {
"postcss-import": {},
tailwindcss: {},
autoprefixer: {},
}
}