This repository has been archived by the owner on Jan 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
css: Template for boolean modifiers new file #425
Comments
@veged Please explain this issue |
@arikon I added description to the ticket |
ghost
assigned scf2k
Aug 20, 2013
@scf2k Commit this into |
scf2k
added a commit
that referenced
this issue
Sep 10, 2013
Fix css tech to create css selector with modifier when it is specified but its value isn't (close #425)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
bem create -b b1 -m m1 -T css
create:
.b1 { }
but should create:
.b1_m1 { }
The text was updated successfully, but these errors were encountered: