scss-to-wxss
v1.0.2
Published
use node-sass compiler scss to ccs file ,then write css file to .wxss file
Downloads
1
Readme
scss-to-wxss
Useage
- install
npm i scss-to-wxss -D
- watch && build
const scss2wxss = require('scss-to-wxss');
scss2wxss.build();
Rationale
Compile scss file to css and write it into corresponding wxss file