feat: add postcss config and deps

bugfix: some unused imports and node-selection component removed for now
update: README.md
This commit is contained in:
Braks
2021-07-09 13:59:07 +02:00
parent b2c250ef38
commit 8f34d9d486
9 changed files with 331 additions and 179 deletions
+3
View File
@@ -0,0 +1,3 @@
module.exports = {
plugins: [require('autoprefixer'), require('postcss-nested')]
};