This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/postcss.config.js
chenjinsong bc54fc58fd init
2021-06-11 10:00:22 +08:00

10 lines
153 B
JavaScript

module.exports = {
plugins: {
autoprefixer: {}
/* 'postcss-px2rem-exclude': {
remUnit: 16,
exclude: /node_modules/i
} */
}
}