casperin / bem-css

2 stars 0 forks source link

Mulitple modifiers #5

Closed casperin closed 6 years ago

casperin commented 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", [
    // ...
  ])
)
casperin commented 6 years ago

Solved with 0.4.0