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

#158603
CrocoDillon
Participant

^= means starts with and *= means contains. The problem with starts with is it takes the whole attribute into account, not just the separate classes.