Skip to content

Commit bac3b9c

Browse files
Fix color tables
1 parent 3581ed6 commit bac3b9c

File tree

4 files changed

+206
-206
lines changed

4 files changed

+206
-206
lines changed

docs/assets/css/color-swatches.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
.color-swatch-loop( @index ) when ( @index > 0 ) {
195195
// Retrieve the next variable name from the @colors array
196196
@name: e(extract(@colors, @index));
197-
// Output the `.swatch_field__color` rule
198-
.swatch_field--@{name} {
197+
// Output the `.swatch__field__color` rule
198+
.swatch__field--@{name} {
199199
/* prettier-ignore */
200200
background: ~"var(--@{name})";
201201
}

0 commit comments

Comments
 (0)