You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moves custom properties to resolve declaration order lint violation. Disable unused property violation and add comment as disable statement description.
Copy file name to clipboardExpand all lines: components/colorwheel/index.css
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,10 @@
35
35
}
36
36
37
37
.spectrum-ColorWheel {
38
+
/* stylelint-disable spectrum-tools/no-unused-custom-properties, custom-property-pattern -- --track-width and --border-width to be used with JS in calculating the clip-path paths and colorarea-container-size */
0 commit comments