peterbe / mincss

Tool for finding out which CSS selectors you're NOT using.
https://peterbe.github.io/mincss/
BSD 3-Clause "New" or "Revised" License
854 stars 92 forks source link

split on : better, fixes #51 #52

Closed peterbe closed 6 years ago

peterbe commented 6 years ago

Before this, if you had something like this a[href=":javascript"] as a selector, the split on the : would become a[href=" which is not a valid selector.