1
0
mirror of https://github.com/r4sas/recastin-panel synced 2025-03-13 05:41:20 +00:00
recastin-panel/public/theme/.postcssrc.js

9 lines
197 B
JavaScript
Raw Normal View History

2018-04-25 14:03:33 +02:00
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}