2
0
Fork 0
mirror of https://github.com/romancm/gamebrary synced 2024-12-24 01:53:07 +00:00
gamebrary/.postcssrc.js

11 lines
266 B
JavaScript
Raw Normal View History

2018-10-19 05:15:28 +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": {}
}
}