2018-zoekmachines-goeievraagle/frontend/.postcssrc.js

11 lines
246 B
JavaScript
Raw Normal View History

2018-10-19 07:25:54 +00:00
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}