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
I see there's some fancy automatic handling of vendor prefixed values that creates an or list of media expressions, but I'm looking for a way to ask for it myself. Another example where this is needed is when the units for a breakpoint feature need a fallback:
If this doesn't exist I would be interested in coding it up. I ran into the issue while building support for a more modern resolution switching media query, realized that I would need or handling, and then thought it would be a good feature to expose to authors in general.
Thoughts, syntax suggestions, did I miss it already existing?
The text was updated successfully, but these errors were encountered:
No, not at present. I've got nothing against adding it, my only concern is that current list handling in Sass is very limted and being able to create a system that allows for both complex queries and or queries is a challenge from a DX perspective.
Is there a way to specify an
or
for breakpoint expressions? For example:I see there's some fancy automatic handling of vendor prefixed values that creates an
or
list of media expressions, but I'm looking for a way to ask for it myself. Another example where this is needed is when the units for a breakpoint feature need a fallback:If this doesn't exist I would be interested in coding it up. I ran into the issue while building support for a more modern resolution switching media query, realized that I would need
or
handling, and then thought it would be a good feature to expose to authors in general.Thoughts, syntax suggestions, did I miss it already existing?
The text was updated successfully, but these errors were encountered: