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

10 lines
165 B
JavaScript
Raw Normal View History

2021-01-20 02:04:30 +00:00
module.exports = {
plugins: {
"postcss-import": {},
"postcss-simple-vars": {},
"postcss-nested": {},
2021-01-20 02:04:30 +00:00
tailwindcss: {},
autoprefixer: {},
},
}