Files
cnm/.postcssrc.js
2020-03-21 10:29:13 +01:00

9 lines
200 B
JavaScript
Executable File

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
plugins: [
// to edit target browsers: use "browserslist" field in package.json
require('autoprefixer')
]
}