123456789101112131415161718192021222324 |
- /*
- * @Author: guofei
- * @Date: 2021-11-29 10:35:29
- * @LastEditors: guofei
- * @LastEditTime: 2021-11-30 19:34:39
- * @Description:
- * @FilePath: \fire-fighting-h5\.postcssrc.js
- */
- // 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": {},
- // "postcss-pxtorem": {
- // "rootValue": 37.5,
- // "propList": [
- // "*"
- // ]
- // }
- }
- }
|