Skip to content

Commit

Permalink
chore(stylelint): remove unused property (#3291)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf authored Oct 22, 2024
1 parent df4c029 commit 6c47b48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-dragons-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@spectrum-css/progressbar": patch
---

Resolves lint violation by removing unused custom property.
1 change: 0 additions & 1 deletion components/progressbar/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
--spectrum-meter-inline-size: var(--spectrum-meter-default-width);
--spectrum-meter-thickness-s: var(--spectrum-meter-thickness-small);
--spectrum-meter-thickness-l: var(--spectrum-meter-thickness-large);
--spectrum-meter-top-to-text: var(--spectrum-component-top-to-text);
}

.spectrum-ProgressBar--sizeS,
Expand Down
2 changes: 0 additions & 2 deletions components/progressbar/metadata/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"--spectrum-animation-duration-2000",
"--spectrum-animation-ease-in-out",
"--spectrum-cjk-line-height-100",
"--spectrum-component-top-to-text",
"--spectrum-component-top-to-text-100",
"--spectrum-component-top-to-text-200",
"--spectrum-component-top-to-text-300",
Expand All @@ -126,7 +125,6 @@
"--spectrum-meter-thickness-large",
"--spectrum-meter-thickness-s",
"--spectrum-meter-thickness-small",
"--spectrum-meter-top-to-text",
"--spectrum-negative-visual-color",
"--spectrum-neutral-content-color-default",
"--spectrum-notice-visual-color",
Expand Down

0 comments on commit 6c47b48

Please sign in to comment.