-
Notifications
You must be signed in to change notification settings - Fork 86
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: testing new spacing tokens #2059
Conversation
✅ Deploy Preview for marvelous-moxie-a6e2fe ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@felix-ico you may take a look 🙏 — I will upgrade the tokens package (release it first) before merging… |
@@ -74,8 +74,8 @@ | |||
|
|||
/* variant: ghost */ | |||
--radius-ghost: var(--radius); | |||
--border-width-ghost: var(--telekom-spacing-unit-x025); | |||
--spacing-x-ghost: var(--telekom-spacing-unit-x2); | |||
--border-width-ghost: var(--telekom-spacing-composition-space-01); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this also be --telekom-line-weight...token?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or are we updating these after they are merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the latter 🤓
@@ -155,7 +155,7 @@ | |||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
border: var(--telekom-spacing-unit-x025) solid transparent; | |||
border: var(--telekom-spacing-composition-space-01) solid transparent; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
@@ -74,8 +74,8 @@ | |||
|
|||
/* variant: ghost */ | |||
--radius-ghost: var(--radius); | |||
--border-width-ghost: var(--telekom-spacing-unit-x025); | |||
--spacing-x-ghost: var(--telekom-spacing-unit-x2); | |||
--border-width-ghost: var(--telekom-spacing-composition-space-01); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or are we updating these after they are merged?
No description provided.