[ALOY-1359] Alloy should support multiple selectors
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Styling |
Labels | n/a |
Reporter | Fokke Zandbergen |
Assignee | Feon Sua Xin Miao |
Created | 2016-02-16T09:51:50.000+0000 |
Updated | 2016-02-16T09:51:50.000+0000 |
Description
Alloy should support multiple selectors:
"Button, Label": {
color: "red"
}
Which should be identical to:
"Button": {
color: "red"
}
"Label": {
color: "red"
}
No comments