Paul Hilder
Paul Hilder
If your url is #test-url then Chrome will see it as #test-url but IE sees it as "#test-url". So when you do: ``` match[1].indexOf('#') ``` indexOf will be 0 in...
I suspect it's related to #349?
Adding ```:not\(.*\)``` to ignoredPseudos detects it.
:disabled isn't a pseudo-element though. It's a [pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:disabled).
I have my global width set to 600px. I was expecting 3 columns to be 200px each. For some reason .first and .last are given a width of 208px.
Wondering if this is related to an issue i'm having. I'm trying to do a dry-run after using the cli to setup with a GH Personal Access Token, but i'm...