-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
@gingur
Description
This looks great, any plans for variable support?
Label {
color: @label.color
}
Label:hover {
color: @label.hover
}
or
Label {
color: @prop:color;
}
Label:hover {
color: @prop:hover;
}