Jump to content
15/12/2012
I’m a fan of this concept, though to technically nitpick it’s not robust enough to target css class prefixes by using the attribute sub-string selector alone.
Something more verbose like the following would be safer:
@[class^=“foo-”], [class*=” foo-”]@
Vote down?
15/12/2012
I’m a fan of this concept, though to technically nitpick it’s not robust enough to target css class prefixes by using the attribute sub-string selector alone.
Something more verbose like the following would be safer:
@[class^=“foo-”], [class*=” foo-”]@