postcss-pxtorem icon indicating copy to clipboard operation
postcss-pxtorem copied to clipboard

Convert pixel units to rem (root em) units using PostCSS

Results 57 postcss-pxtorem issues
Sort by recently updated
recently updated
newest added

Great plugin, very useful. However with properties like `margin`, `padding` etc it would be great to use just `margin` and it cover off `margin-top`, `margin-bottom` etc without declaring them all....

enhancement

Default option should also leave `exclude` as null, just like the source code did. I cannot initiate a PR on this repo, can you please help fix it. Thank you!...

Configure rootValue by function, There are some errors that px converts to rem. I use development environment:postcss-pxtotem v6.0.0, vite2.0+, vue3. At the same time,I use vue3 component library vant3.0+。to match...

Transform within default variables https://github.com/cuth/postcss-pxtorem/issues/79

Same as #65 want to do. close #65

Hello here! Aside from the #79 issue for which there’s already a PR (#80), there’s no support for [`@supports`](https://developer.mozilla.org/en-US/docs/Web/CSS/@supports) nor [`@container` queries](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries#container-type_3). For example, this `@supports` rule: ```css @supports (top:...

- fix re-use data between postcss listeners - format code with prettier relate issues: #103, #101