Jonathan Cuthbert

Results 24 comments of Jonathan Cuthbert

Should be the same as any other PostCSS plugin.

What if you tried running this plugin before running CSS nano?

How are you using it? Could you provide your options and CSS?

@henrikwirth, what version do you have installed?

@michaelhwinter you'll need to use `propWhiteList` instead of `propList`. Here is the [README for 3.3.1](https://github.com/cuth/postcss-pxtorem/blob/3.3.1/README.md). @henrikwirth Do you need to set the settings with `'postcss-pxtorem'` instead of `pxtorem`?

Here are my tests for wildcards: ```javascript it("should only replace properties in the prop list", function() { var css = ".rule { font-size: 16px; margin: 16px; margin-left: 5px; padding: 5px;...

Thanks! This is great, I might use it.

@davidtheclark your PostCSS talk slides are great. Thanks for mentioning this plugin in your talk!

@niksy yes. Sorry for the delayed response! Ideally, it would pass all the tests and keep the API the same. Even then, I think I would still make it a...