0.1.10 • Published 6 years ago

auto-bem-mask v0.1.10

Weekly downloads
3
License
-
Repository
github
Last release
6 years ago

Auto BEM Modules and Bem Decorators

Refer also to Auto-Bem

Build Status

Mask

import 'Foo.less' as bem;

define MyFoo { 
    [bem]
    section .active {
        header > 'Hello'
        button .fab > 'Do smth'
    }
}
section {
    background: red;
    header {
        font-weight: bold;        
    }
    .fab {
        border-radius: 50%;
    }
}
section.active {
    header {
        color: black;
    }
    .fab {
        text-transform: uppercase;
    }
}

:heart: We love any kind of questions and suggestions.

:copyright: 2017 - MIT