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
Along the resolution mixins could be added mixins that’d generate the same output but only using the ddpx unit (for when IE/Safari support isn’t needed) or only the dpi unit (e.g. for print stylesheets).
Along the resolution mixins could be added mixins that’d generate the same output but only using the
ddpx
unit (for when IE/Safari support isn’t needed) or only thedpi
unit (e.g. for print stylesheets).Now
Declaration
is like declaring:
Usage
@media (--resolution-from-1x) {}
generates:
New mixins proposal
Declaration
is like declaring:
Usage
@media (--dpi-tshirt-hq) {}
generates:
(And same logic with
ddpx
.)The text was updated successfully, but these errors were encountered: