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
My interpretation of the media query spec is that @media { ... } will always evaluate to true, which is the equivalent as the query not being there at all?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I'm currently experimenting with Stitches for an upcoming project, and am comparing it to other CSS-in-JS solutions.
Looking into the output of Stitches in the DOM, I can see that all my baseline styles are wrapped in a condition-less media query, .e.g.:
My interpretation of the media query spec is that
@media { ... }will always evaluate totrue, which is the equivalent as the query not being there at all?Is that the case? Or am I missing something here?
All reactions