PyRunner / theme /static_src /postcss.config.js
Akoda35's picture
Upload 4 files
153a257 verified
Raw
History Blame Contribute Delete
121 Bytes
module.exports = {
plugins: {
"postcss-import": {},
"postcss-simple-vars": {},
"postcss-nested": {}
},
}