postcss-pxtorem
postcss-pxtorem copied to clipboard
Convert pixel units to rem (root em) units using PostCSS
Hi, I see some pending pull requests which would be nice to merge ( including postcss 8 that I require ). If you would like to share the burden I...
just like below in Vue.js, it doesn't work. The 'left' and 'top' can't change to rem. ```html {{item}} ```
I know pxtorem's ways to ignore px we don't wanna translate into rem: using PX and configure it with exclude and selectorBlackList option. But in my case(also in some other...
rootValue,Why do I set 8px,have no effect?
When exclude option is a function and it has operator ||, all files will be ignored. For example, the following config will ignore all files: ```js require('postcss-pxtorem')({ exclude: function exclude(file)...
This is the error I get when using `PX` to ignore a property: ```[14:28:04] JisonLexerError in plugin "gulp-postcss" Message: Lexical error on line 1: Unrecognized text. Erroneous area: 1: 1PX...
I cannot seem to get the wildcard propList to work
The user should be given a fixed root element size, or maximum, so that on a very large screen device the editor can edit webpage in a non-full-screen format, which...
I thought I'd bring this library to your attention, in case you are interested in using it to replace your `pixel-unit-regex`: https://github.com/TrySound/postcss-value-parser. Feel free to close if you don't need...
I develop version for smartphones for some project and use this plugin. All styles compiles from pixels to rems, only base css rules are left in px, like this: ```...