Former-commit-id: 0a96bb54e9270e451e59b72e00e35053a7c0e152 Former-commit-id: c250ba90da6546626b9831847630aae786c88344 Former-commit-id: c1182b1bdc6ea9b3934275286a93e2760a643bfe
10 lines
223 B
JavaScript
Executable File
10 lines
223 B
JavaScript
Executable File
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
module.exports = {
|
|
"plugins": {
|
|
// to edit target browsers: use "browserslist" field in package.json
|
|
"postcss-import": {},
|
|
"autoprefixer": {}
|
|
}
|
|
}
|