https://github.com/postcss-rs/postcss-px2rem
https://github.com/postcss-rs/postcss-px2rem
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/postcss-rs/postcss-px2rem
- Owner: postcss-rs
- License: mit
- Created: 2021-11-27T06:15:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T08:37:02.000Z (over 4 years ago)
- Last Synced: 2025-06-28T15:08:11.239Z (12 months ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
A [postcss-pxtorem](https://github.com/cuth/postcss-pxtorem) rust port
## Notes
we pass 29 of official 43 test case.
1. Since 9 of rest cases are legacy test case which we don't need to support.
2. 3 of rest cases are `exclude` test case which we may want to test in cli or nodejs binding.
3. one of rest cases in root_value may test in cli or binding
4. one of rest cases is `replace` option test which We don't want to support now, insert the rem replacement after original declaration would get the same result as directly replace the original declaration which seems useless (If any scenario this is intentional,let us know).
29 + 9 + 3 + 1 + 1 = 43