From e53bddfc71d70eb9f2b7a2910b4b191bc43088ab Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 13 Oct 2020 20:28:52 +0200 Subject: First commit --- static/postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/postcss.config.js (limited to 'static/postcss.config.js') 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") + ], +} -- cgit v1.2.3