andreypopp/react-css-components

Support variables

Open

#11 aberto em 17 de jun. de 2016

Ver no GitHub
 (6 comments) (0 reactions) (0 assignees)JavaScript (676 stars) (23 forks)batch import
enhancementhelp wanted

Description

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

Guia do colaborador