enhancementhelp wanted
Repository metrics
- Stars
- (676 stars)
- PR merge metrics
- (No merged PRs in 30d)
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;
}