px2rem icon indicating copy to clipboard operation
px2rem copied to clipboard

According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet.

Results 25 px2rem issues
Sort by recently updated
recently updated
newest added

在vue项目中引入了vux,发现会对组件样式转换,变形 有什么方法可以解决吗?

![image](https://user-images.githubusercontent.com/23276885/37808481-90c7b0f4-2e85-11e8-9d0b-17a20c5e8517.png)

``` background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216px%22%20height%3D%2226px%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%2... ``` 背景使用svg转码后 `"21px"` 会转成 `%2221px`, px2rem后结果不对

建议增加参数配置:例如:px2rem?remUnit=37.5&exclude=['font-size'],这样团队里具体使用的人就不要在每个单独的属性的地方增加/*no*/