4 Replies
that's correct, because when this is compiled, you'll get
your element needs both classes
other option would be
`
You could also make a mixin
Then in your partial file:
And just to throw one more option into the mix, you could also use an extend 😄
You need to be careful with extends, but in this situation it would work fine
thanks everyone