Closed casperin closed 6 years ago
There needs to be a way to target multiple modifiers. Something resembling
.foo--red.foo--large { /* ... */ }
Initial thought is to do something like like
block( modifier("red large", [ // ... ]) )
Solved with 0.4.0
0.4.0
There needs to be a way to target multiple modifiers. Something resembling
Initial thought is to do something like like