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;
}