Adding latest
This commit is contained in:
8
postcss.config.js
Normal file
8
postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
"postcss-preset-env": {
|
||||
browsers: "last 2 versions"
|
||||
},
|
||||
autoprefixer: {}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user