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 10:15 am
#158620
Participant
Yeah, I wish there was away to match “starts with” against each individual class name. I’ve found myself doing [class^="foo-"],[class*=" foo-"]
before.