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
The mixin .font-size-mod() sets the --vru custom property on all its children, but not itself. It inherits the VRU from its parent, which means its margin-bottom (and any other property using var(--vru) such as grid-row-gap) will be in terms of its parent VRU.
The mixin
.font-size-mod()
sets the--vru
custom property on all its children, but not itself. It inherits the VRU from its parent, which means its margin-bottom (and any other property usingvar(--vru)
such asgrid-row-gap
) will be in terms of its parent VRU.Change the mixin so that it sets
--vru
on itself:The text was updated successfully, but these errors were encountered: