This commit is contained in:
wh1te909
2019-10-22 22:22:36 +00:00
commit 8853ec0bd3
52 changed files with 14443 additions and 0 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {}
}
}