gcs-django/theme/static_src/postcss.config.js
2024-06-26 14:29:06 +10:00

7 lines
121 B
JavaScript

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