1 unstable release
0.1.0 | Jan 10, 2023 |
---|
#4 in #rem
4KB
66 lines
Rust convert css px to rem
How to use?
1. clone this project
git clone https://github.com/menzil/rust_px2rem
accept two paramter: Ratio(root font size) and filepath
this will replace original file.
2. cargo run with params
cargo run -- 100.00 filename.sass
Dependencies
~2.2–3MB
~54K SLoC