Adding latest

This commit is contained in:
2020-05-26 04:39:23 +01:00
parent 7fea4b56cf
commit 373c1bb894
14 changed files with 1707 additions and 18 deletions

8
postcss.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
plugins: {
"postcss-preset-env": {
browsers: "last 2 versions"
},
autoprefixer: {}
}
};