andreypopp/react-css-components

Support variables

Open

#11 创建于 2016年6月17日

在 GitHub 查看
 (6 评论) (0 反应) (0 负责人)JavaScript (676 star) (23 fork)batch import
enhancementhelp wanted

描述

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

贡献者指南

Support variables · andreypopp/react-css-components#11 | Good First Issue