depot/web/quotes/theme/static_src/postcss.config.js

9 lines
165 B
JavaScript

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