px2rem

Crates.iopx2rem
lib.rspx2rem
version0.1.0
sourcesrc
created_at2023-01-10 09:19:47.903895
updated_at2023-01-10 09:19:47.903895
descriptionConvert css px to rem
homepage
repository
max_upload_size
id755162
size4,983
AJI (menzil)

documentation

README

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

Commit count: 0

cargo fmt