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 18, 2013 at 6:49 am
#158603
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.