-
Notifications
You must be signed in to change notification settings - Fork 197
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
chore(tokens): use latest dependency & fix build error #1591
Conversation
d8c673a
to
75f5fef
Compare
🚀 Deployed on https://pr-1591--spectrum-css.netlify.app |
75f5fef
to
4050556
Compare
adf364e
to
a2b2c56
Compare
764f035
to
279a337
Compare
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.
Just some comment cleanup.
components/breadcrumb/index.css
Outdated
@@ -18,35 +18,35 @@ governing permissions and limitations under the License. | |||
--spectrum-breadcrumbs-block-size-multiline: var(--spectrum-breadcrumbs-height-multiline); | |||
|
|||
/* text regular */ | |||
--spectrum-breadcrumbs-line-height: var(--spectrum-line-height-small); | |||
--spectrum-breadcrumbs-line-height: var(--spectrum-line-height-100); | |||
--spectrum-breadcrumbs-font-size: var(--spectrum-font-size-200); | |||
--spectrum-breadcrumbs-font-family: var(--spectrum-font-family-base); /* placeholder for --spectrum-font-family-default */ |
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.
Since we are using the custom vars token name of --spectrum-font-family-base, I think this placeholder note (referencing the original token name provided in the XD) can be removed:
/* placeholder for --spectrum-font-family-default */
227bbee
to
59b7c26
Compare
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.
Thanks for cleaning things up!
59b7c26
to
2ce0862
Compare
Description
@spectrum-css/tokens
package to use the latest release of@adobe/spectrum-tokens
undefined
custom property errors as a result of renamed tokens introduced in the previous bullet pointtokens/custom-spectrum/custom-vars.css
and uses custom properties driven by@adobe/spectrum-tokens
instead.undefined
custom property errors as a result of the previous bullet point.How and where has this been tested?
Screenshots
To-do list