You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently responsive design in ensemble is a mix of conditionals and expressions using device.width/height. This can be very tedious when there are many responsive elements.
Describe the solution you'd like
Design a YAML directive that allows users to specify responsive behavior.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Something like CSS media queries would be ideal
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently responsive design in ensemble is a mix of conditionals and expressions using device.width/height. This can be very tedious when there are many responsive elements.
Describe the solution you'd like
Design a YAML directive that allows users to specify responsive behavior.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Something like CSS media queries would be ideal
The text was updated successfully, but these errors were encountered: