This repository has been archived on 2020-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
victor-hugo/postcss.config.js

10 lines
156 B
JavaScript
Raw Normal View History

2018-12-03 21:44:11 +00:00
module.exports = {
plugins: {
"postcss-import": {},
"postcss-preset-env": {
browsers: "last 2 versions"
},
2020-03-22 22:09:09 +00:00
autoprefixer: {},
2018-12-03 21:44:11 +00:00
}
};