2017-06-30 03:31:21 +00:00
|
|
|
// https://github.com/michael-ciniawsky/postcss-load-config
|
|
|
|
|
|
|
|
module.exports = {
|
|
|
|
"plugins": {
|
2017-12-15 06:07:55 +00:00
|
|
|
"postcss-import": {},
|
2018-01-02 02:44:35 +00:00
|
|
|
"postcss-url": {},
|
|
|
|
// to edit target browsers: use "browserslist" field in package.json
|
2017-06-30 03:31:21 +00:00
|
|
|
"autoprefixer": {}
|
|
|
|
}
|
|
|
|
}
|