vue/.postcssrc.js
2025-01-24 12:02:34 -05:00

11 lines
246 B
JavaScript
Executable File

// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}