diff options
Diffstat (limited to 'static/postcss.config.js')
-rw-r--r-- | static/postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/postcss.config.js b/static/postcss.config.js new file mode 100644 index 0000000..c7693c5 --- /dev/null +++ b/static/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: [ + require("postcss-import"), + require("postcss-nested") + ], +} |