[ALOY-860] Consider adding conditional for theme support in Alloy
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Samples & Templates |
| Labels | SupportTeam, alloy |
| Reporter | Mostafizur Rahman |
| Assignee | Unknown |
| Created | 2013-10-19T21:35:10.000+0000 |
| Updated | 2018-03-07T22:25:45.000+0000 |
Description
I'd love to see the ability to have conditional logic around themes, for TSS, and XML files allowing for something like this:
"Window[theme=zyx]" : {
backgroundColor : '#FF0000'
}
"Window[theme=xyz]" : {
backgroundColor : '#FFFFFF'
}
and in XML:
No comments