We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There were a couple of instances where the line-height was outside our custom scale
We now have:
{ "line-height": { "xs": { "value": "1" }, "sm": { "value": "1.25" }, "md": { "value": "1.5" }, "lg": { "value": "2" } } }
So we don't have 1.4. For the following tokens we had set it at component level to 1.4:
utrecht.form-fieldset.legend.line-height
utrecht.figure.caption.line-height
I have changed them to 1.5 to be md, but perhaps we should introduce a new token in the scale so we can restore 1.4
md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There were a couple of instances where the line-height was outside our custom scale
We now have:
So we don't have 1.4. For the following tokens we had set it at component level to 1.4:
utrecht.form-fieldset.legend.line-height
utrecht.figure.caption.line-height
I have changed them to 1.5 to be
md
, but perhaps we should introduce a new token in the scale so we can restore 1.4The text was updated successfully, but these errors were encountered: