postcss-wxss
v1.0.6
Published
PostCSS plugin to transpile wxss or acss.
Downloads
89
Maintainers
Readme
PostCSS Wxss
PostCSS plugin to transpile wxss or acss..
@media screen and (min-width: 480rpx) {
body {
background-color: lightgreen;
animation-name: 'kkk';
}
}
#main, icon {
border: 1rpx solid black;
}
ul li, .page, page {
padding: 5rpx 3rpx;
}
@media screen and (min-width: 480rpx) {
body {
background-color: lightgreen;
animation-name: 'kkk';
}
}
#main, wx-icon {
border: %%?1rpx?%% solid black;
}
ul li, .page, body {
padding: %%?5rpx?%% %%?3rpx?%%;
}
Usage
postcss([ require('postcss-wxss') ])
See PostCSS docs for examples for your environment.
Reference
License
MIT