andreypopp / andreypopp/react-css-components
Support variables
未關閉
enhancement
help wanted
- 主要語言
- JavaScript
- 星號
- 672
- 分支
- 14
- 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;
}
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。