zgabievi/sass-bem

Issue with nested active states

Closed this issue · 4 comments

@include c('menu') {
    @include is('open') {
      @include e('item') {
       .....
      }
    }
}

Should render the following css:

.c-menu.is-open .c-menu__item { .... }

Same story with @has and etc.

Fixed this issue, will be in next minor version. You can check this: 88c775e

Nice, add this to the docs as well as the #5

They are added. But sassdoc has some issue with aliases, they will be fixed soon I think ;)