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.
|
module.exports = {
|
|
plugins: {
|
|
"postcss-import": {},
|
|
"postcss-preset-env": {
|
|
browsers: "last 2 versions"
|
|
},
|
|
autoprefixer: {},
|
|
}
|
|
};
|