From 447e63b9e42532d292aeb3926771de0b3b16493a Mon Sep 17 00:00:00 2001 From: Mahmoudibrahim03 Date: Sun, 28 May 2023 23:45:52 +0300 Subject: [PATCH] feat(migrate sass to 'strict-unary' + 'division'): :rocket: --- src/framework/theme/styles/core/theming/_get-value.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/theme/styles/core/theming/_get-value.scss b/src/framework/theme/styles/core/theming/_get-value.scss index 8dae59de6d..769c10fcd3 100644 --- a/src/framework/theme/styles/core/theming/_get-value.scss +++ b/src/framework/theme/styles/core/theming/_get-value.scss @@ -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;