[ALOY-87] Platform and form factor specific styling, like media queries
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-07-23T15:58:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 2012 Sprint 15, Release 3.0.0 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-07-16T08:33:40.000+0000 |
Updated | 2018-03-07T22:25:53.000+0000 |
Description
Jira ticket for adding a bulk style setter and getter - we should watch this and if it appears performance is bad with setting individual styles we may need to up this tickets priority.
We want to be able to specify styles specific to the current platform and/or form factor, much like media queries on the web. To do so, we have 2 options
I think both options will be needed for GA but probably doing the selectors is more of a priority. Since this has a runtime component and could bring up issues that right now are unforeseen.
The high priority and due date is for the selector approach. The styles in separate directories have less priority.
Alloy-89 which applies queries to apply styles from platform files instead of components styles still could probably a post pre-realse item. Alloy-88 the more common "media query" way of applying styles is resolved.
Alloy-89 created as a separate task.