Files
coin-portal-new/.postcssrc.js
2025-12-22 13:10:24 +08:00

9 lines
196 B
JavaScript

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