enhancementhelp wanted
Repository metrics
- Stars
- (676 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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;
}