andreypopp/react-css-components

Support variables

Open

#11 ouverte le 17 juin 2016

Voir sur GitHub
 (6 commentaires) (0 réactions) (0 assignés)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;
}

Guide contributeur