.postcssrc.js 223 Bytes
Newer Older
Pan's avatar
Pan committed
1 2 3 4
// https://github.com/michael-ciniawsky/postcss-load-config

module.exports = {
  "plugins": {
Pan's avatar
Pan committed
5
    // to edit target browsers: use "browserslist" field in package.json
Pan's avatar
Pan committed
6
    "postcss-import": {},
Pan's avatar
Pan committed
7 8 9
    "autoprefixer": {}
  }
}