Home › Forums › CSS › oocss / b.e.m question › Re: oocss / b.e.m question
February 18, 2013 at 8:18 pm
#125145
Member
I am not finding much on “sub-modules” even in that article. The one problem I see with keeping these as modifiers is that each can have additional modifiers and I am not sure that fits in the B.E.M. structure.
For example, currently I have
.list { } and .tab { } which inherits the properties of list.
tab { } has tab–top and tab–bottom.
If I did it this way, can I have a sub modifier like
list list–tab list–tab–top?
I just want to make sure this is correct?