slitscan/.postcssrc.js

11 lines
249 B
JavaScript
Raw Permalink Normal View History

2018-01-17 17:59:50 +01: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
2019-10-31 15:51:31 +01:00
"autoprefixer": {},
},
};