Skip to content

Commit

Permalink
refactor(themes): fix variable resolution (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
simeonoff authored Oct 24, 2024
1 parent 3ff4a7d commit 2b3bbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/themes/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
}

@if $util {
@if $util and not($color) {
$func: meta.get-function($fn, $module: utils);

@if $fn != 'map-keys-prefix' {
Expand Down

0 comments on commit 2b3bbb6

Please sign in to comment.