enhancementhelp wanted
倉庫指標
- Star
- (676 star)
- PR 合併指標
- (30 天內沒有已合併 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;
}