Files
shoppy/theme/static_src/postcss.config.js
T
2024-11-20 18:09:44 +01:00

8 lines
121 B
JavaScript

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