blob: 1174fe52b74b2c8f3cb52da36e85b19ccd0e6c02 (
plain)
1
2
3
4
5
6
7
8
|
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}
|