A postcss-pxtorem rust port
we pass 29 of official 43 test case.
- Since 9 of rest cases are legacy test case which we don't need to support.
- 3 of rest cases are
exclude
test case which we may want to test in cli or nodejs binding. - one of rest cases in root_value may test in cli or binding
- 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