Home › Forums › CSS › [class*="item"] selector in place of @extend in SASS media queries › Reply To: [class*="item"] selector in place of @extend in SASS media queries
December 17, 2013 at 5:53 pm
#158557
Participant
I’ve never heard anything bad in terms of performance. Browser support is very good, too.
The only problem you might run into is word boundaries: for example, in your case, the rule will also match classes like not_nav_item
or nav_itemized
.
There are no media queries in the code you posted…?