Skip to content

Commit

Permalink
Fix color tables
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Apr 16, 2024
1 parent 3581ed6 commit 244ba3d
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 206 deletions.
4 changes: 2 additions & 2 deletions docs/assets/css/color-swatches.less
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
.color-swatch-loop( @index ) when ( @index > 0 ) {
// Retrieve the next variable name from the @colors array
@name: e(extract(@colors, @index));
// Output the `.swatch_field__color` rule
.swatch_field--@{name} {
// Output the `.swatch__field--color` rule
.swatch__field--@{name} {
/* prettier-ignore */
background: ~"var(--@{name})";
}
Expand Down
Loading

0 comments on commit 244ba3d

Please sign in to comment.