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
855 stars 92 forks source link

Split on : better #51

Closed peterbe closed 6 years ago

peterbe commented 6 years ago

If you have a selector like .ui[class*="4:3"] you can't simply split this by the : like you can when you do a.foo:hover to make a.foo.