You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 5, 2024. It is now read-only.
Say i have Foo section, using BEM in my css, I'd like to be able to group all of foo's modifier classes in a subsection of foo and all of its element classes in another subsection, both under the Foo section, and separate from other top-level sections.
If this is currently possible, I'm not sure how to achieve this
I'd like to be able to nest sections.
Say i have
Foosection, using BEM in my css, I'd like to be able to group all of foo's modifier classes in a subsection of foo and all of its element classes in another subsection, both under theFoosection, and separate from other top-level sections.If this is currently possible, I'm not sure how to achieve this