diff options
Diffstat (limited to '.postcssrc.js')
| -rw-r--r-- | .postcssrc.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.postcssrc.js b/.postcssrc.js new file mode 100644 index 0000000..1174fe5 --- /dev/null +++ b/.postcssrc.js @@ -0,0 +1,8 @@ +// https://github.com/michael-ciniawsky/postcss-load-config + +module.exports = { + plugins: [ + // to edit target browsers: use "browserslist" field in package.json + require('autoprefixer') + ] +} |
