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
It would be nice if we can abstract this away to a custom postcss function. In that case, the calculation could be inlined to avoid any dependencies on custom properties.
When defining a responsive font-size, we use the following css:
It would be nice if we can abstract this away to a custom postcss function. In that case, the calculation could be inlined to avoid any dependencies on custom properties.
Something like:
Which transforms into:
The text was updated successfully, but these errors were encountered: