chore(postcss): put config in root

This commit is contained in:
moklick
2022-08-08 16:27:07 +02:00
parent 887f040cca
commit b4dd777238
4 changed files with 4 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
module.exports = {
plugins: [
require('postcss-nested'),
require('autoprefixer'),
require('postcss-import'),
],
};