danielguillan / bem-constructor

A Sass library for building immutable and namespaced BEM CSS objects
MIT License
543 stars 32 forks source link

Ability to choose the state namespace #3

Open danielguillan opened 9 years ago

danielguillan commented 9 years ago

We should be able to use is- or has- as needed.

.o-some-block.is-hidden { ... }
.o-some-block.has-children { ... }