联动,定时任务
This commit is contained in:
13
postcss.config.js
Normal file
13
postcss.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// module.exports = {
|
||||
// plugins: {
|
||||
// 'postcss-px-to-viewport': {
|
||||
// viewportWidth: 1600, // 视窗的宽度,对应设计稿宽度
|
||||
// viewportHeight: 900, // 视窗的高度,对应设计稿高度
|
||||
// unitPrecision: 3, // 指定 px 转换为视窗单位值的小数位数
|
||||
// viewportUnit: 'vw', // 指定需要转换成的视窗单位,vw 或者 vh
|
||||
// selectorBlackList: ['.ignore', '.hairlines'], // 指定不需要转换的类
|
||||
// minPixelValue: 1, // 小于或等于 1 px 不转换为视窗单位
|
||||
// mediaQuery: false // 允许在媒体查询中转换 px
|
||||
// }
|
||||
// }
|
||||
// };
|
||||
Reference in New Issue
Block a user