.postcssrc.js 246 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
    "postcss-import": {},
Pan's avatar
Pan committed
6 7
    "postcss-url": {},
    // to edit target browsers: use "browserslist" field in package.json
Pan's avatar
Pan committed
8 9 10
    "autoprefixer": {}
  }
}