andreypopp/react-css-components

Support variables

开放

#11 创建于 2016年6月17日

 (6 条评论) (0 个反应) (0 位负责人)JavaScript (23 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (676 个星标)
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;
}

贡献者指南