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
Zero-valued variables should always include a unit to be compatible with min/max/calc functions.
Ex. --ifm-footer-padding-horizontal: 0 set in a default media-query will not work atm. Overriding to 0px fixes it.
The text was updated successfully, but these errors were encountered:
fflaten
changed the title
Variables with zero should include unit
Variables with zero-value should include unit
Sep 3, 2022
Zero-valued variables should always include a unit to be compatible with
min/max/calc
functions.Ex.
--ifm-footer-padding-horizontal: 0
set in a default media-query will not work atm. Overriding to0px
fixes it.The text was updated successfully, but these errors were encountered: