I’m trying to create a rule to match all classes beginning with icon- which also have the btn class. [class^="icon-"] { matches the first condition, but how do I add “that also have the .btn class?
I’m trying to create a rule to match all classes beginning with icon- which
Share
This works:
So will,
Check out my fiddle: http://jsfiddle.net/VaACP/1/