diff options
author | jakobst1n <undefined> | 2020-10-13 20:26:06 +0200 |
---|---|---|
committer | jakobst1n <undefined> | 2020-10-13 20:26:06 +0200 |
commit | aa0661b6f5b9e68704f6dc82c777ae5cb95b3149 (patch) | |
tree | 71be091d73e2735370aad9bd331eb6709eba980a /postcss.config.js | |
download | Aurora-data-aa0661b6f5b9e68704f6dc82c777ae5cb95b3149.tar.gz Aurora-data-aa0661b6f5b9e68704f6dc82c777ae5cb95b3149.zip |
Updates
Diffstat (limited to 'postcss.config.js')
-rw-r--r-- | postcss.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
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") + ], +} |