Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#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…?