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

#158650
CrocoDillon
Participant

Smart, so the selector would be:

.nav__item, [class^="nav__item--"], [class*=" nav__item--"]

I guess it’s worth it if you have a lot of classes that inherit from nav__item.