Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1359] Alloy should support multiple selectors

GitHub Issuen/a
TypeNew Feature
PriorityNone
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsStyling
Labelsn/a
ReporterFokke Zandbergen
AssigneeFeon Sua Xin Miao
Created2016-02-16T09:51:50.000+0000
Updated2016-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"
}

Comments

No comments

JSON Source