Skip to content

Commit

Permalink
fix(theme): sass deprecation warning of strict unary operations (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa authored Nov 5, 2024
1 parent 7395d3c commit 364d6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/theme/styles/core/theming/_get-value.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

@if ($value == null) {
@warn 'Nebular Theme: `nb-theme()` cannot find value for key `' + $key + '` for theme `'+ theming-variables.$nb-theme-name +'`';
@warn 'Nebular Theme: `nb-theme()` cannot find value for key `' + $key + '` for theme `' + theming-variables.$nb-theme-name + '`';
}

@return $value;
Expand Down

0 comments on commit 364d6da

Please sign in to comment.