Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 409 Bytes

wxss2less

wepy project must import less file, but weui-wsss only provide wxss files, wxss2less can rename file name to less, and replace the .wxss to .less in @import.

Install

npm install -g wxss2less

Usage

Go to wxss style file folder, and run:

wxss2less

or you can give the wxss folder as a argument like this:

wxss2less src/style

it's done!