px2rem 0.1.0

Convert css px to rem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
## 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`