chore: add PostCSS

This commit is contained in:
MAZE
2023-10-05 16:56:30 +03:30
parent 123839d166
commit 332bd496f7
3 changed files with 95 additions and 0 deletions

6
postcss.config.cjs Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
plugins: {
autoprefixer: {},
'postcss-nesting': {},
},
};