-
Notifications
You must be signed in to change notification settings - Fork 198
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
fix(stylelint): addresses remaining stylelint violations #3359
Conversation
f5dcf7d
to
d8a8595
Compare
🦋 Changeset detectedLatest commit: 078ba81 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
🚀 Deployed on https://pr-3359--spectrum-css.netlify.app |
File metricsSummaryTotal size: 3.89 MB* Table reports on changes to a package's main file. Other changes can be found in the collapsed Details section below.
Detailscalendar
card
infieldbutton
modal
radio
stepper
table
underlay
* Results are not gzipped or minified. * An ASCII character in UTF-8 is 8 bits or 1 byte. |
d8a8595
to
8c0142b
Compare
8c0142b
to
e1b8501
Compare
8812a1a
to
1a1fbdf
Compare
a4f597e
to
d0d71e2
Compare
d0d71e2
to
74a8314
Compare
bcfc954
to
61a58bf
Compare
3e294d8
to
21aa291
Compare
7666485
to
7fe4936
Compare
7fe4936
to
f4ee597
Compare
@@ -279,7 +277,7 @@ | |||
transition: border-color var(--mod-stepper-animation-duration, var(--spectrum-stepper-animation-duration)) ease-in-out; |
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.
Unexpected use of low performance transition property (border-color).
9c872ca
to
58fb20c
Compare
58fb20c
to
078ba81
Compare
Description
For
CSS-1040
.This resolves our remaining stylelint issues around undefined tokens, rule order, unused values and color syntax.
rgba(N, N, N, N)
torgba(N N N / N)
.table/index.css
).Regression testing
Validate:
To-do list