An open API service indexing awesome lists of open source software.

https://github.com/postcss-rs/postcss-px2rem


https://github.com/postcss-rs/postcss-px2rem

Last synced: 12 months ago
JSON representation

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