1.0.1 • Published 5 years ago
postcss-size-zoom v1.0.1
PostCSS Plugin Pxzoom
PostCSS plugin 对属性的尺寸放大或缩小.
.foo {
/* Input example */
}
.foo {
/* Output example */
}
Usage
postcss([ require('postcss-size-zoom') ])
Postcss.config.js
'postcss-size-zoom': {
'zoom': 2, // 放大缩小的比例, 默认值 1
'unitKey': 'px', // 需要修改尺寸的单位, 默认值'px'
'changeName': 'cube-ui' // 需要修改的包名,默认值'', 为空时所有模块所有匹配到的值都会更改
}
See PostCSS docs for examples for your environment.