Skip to content
New issue

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

feat(tokens): use aliases in evergreen font size tokens #3735

Merged
merged 9 commits into from
Jan 30, 2024
6 changes: 6 additions & 0 deletions .changeset/long-zebras-care.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@twilio-paste/design-tokens": patch
"@twilio-paste/core": patch
---

Remove evergreen font size definitions that inherit from global and update font-size-40 value
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,10 @@ imports:
props:
font-size-10:
value: "0.75rem" #12px
font-size-20:
value: "0.75rem" #12px
font-size-30:
value: "0.875rem" #14px
font-size-40:
value: "0.875rem" #14px
font-size-50:
value: "1rem" #16px
font-size-60:
value: "1.25rem" #20px
font-size-70:
value: "1.5rem" #24px
font-size-80:
value: "2rem" #32px
font-size-90:
value: "2rem" #32px
font-size-100:
value: "3rem" #48px
font-size-110:
Expand Down