This commit is contained in:
Kamran Ahmed
2019-08-24 18:34:46 +04:00
parent 93dc65b529
commit 8c77a26627
5 changed files with 1112 additions and 37 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
'postcss-css-variables': {},
},
};