The supported and unsupported logic in media queries is very strange:

βœ… ||
βœ… &&
βœ… !
🚫 ! ( a || b )
βœ… ! ( a && b )
🚫 ( a && ! b )
βœ… >=
🚫 >
βœ… <= 🚫 < βœ… == βœ… != Bring on full calc support, bring on the syntax improvements.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.