Max

Results 387 comments of Max

I opened the script to try to fix that and saw `ls --almost-all` ``` console ~/Sync/Development/statinamic/demo master* ⇡ ❯❯ ls --almost-all dist ls: illegal option -- - ``` What am...

Not sure why this option is not working for me. I changed the syntax to `ls -A` and it is working now. Maybe you should do the same in your...

You just added some right?

No problem. That's awesome. Thanks for you work.

Maybe meanwhile, cssnext should pass the option (I know @chucksellick use it).

Ok we added something in cssnext, but it appears to be unnecessary (if I keep the added test, but remove the code changed, pixrem still add rem for IE 9...

From what I am seeing here https://github.com/robwierzbowski/node-pixrem/blob/c21d67a4729a8a497c0b9768ddf65c57e4ec2df6/test/test.js#L268-L273 you have specific behavior for IE9.

Ok my bad. PR was incorrectly refering to pixrem as the name of the feature, but it's "rem" in cssnext. So it's now ok in cssnext :)