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.

Previous Note

Note: I’m guessing disabling the redirect from Gmai…

Next Note

Note: Confession: I use a light editor.It all starte…