Skip to content

Commit a354b16

Browse files
authored
chore(stylelint): disable stylelint violation; use comment as description (#3272)
1 parent 055906c commit a354b16

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/two-mayflies-divide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@spectrum-css/colorloupe": patch
3+
---
4+
5+
Disables lint violation and moves comment to stylelint-disable description.

components/colorloupe/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
}
6161

6262
.spectrum-ColorLoupe-inner-border {
63-
/* Undefined variable allows custom stylesheet or JS to pass the value to this element */
63+
/* stylelint-disable-next-line spectrum-tools/no-unknown-custom-properties -- undefined variable allows custom stylesheet or JS to pass the value to this element */
6464
fill: var(--spectrum-picked-color);
6565
stroke: var(--mod-colorloupe-inner-border-color, var(--spectrum-colorloupe-inner-border-color));
6666
stroke-width: var(--mod-colorloupe-inner-border-width, var(--spectrum-colorloupe-inner-border-width));

0 commit comments

Comments
 (0)