From aa0661b6f5b9e68704f6dc82c777ae5cb95b3149 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Tue, 13 Oct 2020 20:26:06 +0200 Subject: Updates --- postcss.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 postcss.config.js (limited to 'postcss.config.js') diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..c7693c5 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: [ + require("postcss-import"), + require("postcss-nested") + ], +} -- cgit v1.2.3