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
If you look in bin/enforceRemFontSize.sh, you will see how we check to ensure there are no font-sizes using pixels in the CSS files (they should be all rems or any other relative unit). We need a similar check to ensure line-heights use unitless measurements.
This issue is almost resolve just need few changes. Currently it checking less file but we need to check through the css file. Edit this one small change and done!! PR
If you look in bin/enforceRemFontSize.sh, you will see how we check to ensure there are no font-sizes using pixels in the CSS files (they should be all rems or any other relative unit). We need a similar check to ensure line-heights use unitless measurements.
Read this section of the Resizable Typography page for more information.
The text was updated successfully, but these errors were encountered: