Skip to content

Commit

Permalink
Remove straggling debug string
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 5, 2024
1 parent f962ec3 commit 1342a23
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ $all-colors: map.merge($pst-semantic-colors, $extra-semantic-colors);

@mixin create-sd-colors($value, $name) {
// define the pst variables, so that downstream user overrides will work
@debug "Creating color variables for semantic color: #{$name}";

--pst-color-#{$name}: #{$value};

// we are now using a11y-combination to calculate the text color - this is based
Expand Down

0 comments on commit 1342a23

Please sign in to comment.