Skip to content

Commit

Permalink
fix(theme): deprecation warning of dart sass 2.0.0 (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivj5 authored and yggg committed Jun 14, 2019
1 parent 993c325 commit 46ed014
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/framework/theme/styles/_theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@
Declare variables before making them global.
dart-sass doesn't allow to declare variable with !global.
*/
$nb-enable-css-custom-properties: false !default;
$nb-enabled-themes: ();
$nb-enable-css-variables: false;
$nb-themes: ();
$nb-theme-process-mode: null;
$nb-theme-name: 'default';
$nb-theme: ();
$nb-processed-theme: ();
$nb-theme-export-mode: false !default;
$nb-themes-non-processed: ();
$nb-themes-export: ();
$theme: null;
$theme-name: null;

/**
* This is a starting point where we declare the maps of themes and globally available functions/mixins
Expand Down

0 comments on commit 46ed014

Please sign in to comment.