Skip to content

Commit

Permalink
fix: remove scss debug calls (#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Apr 1, 2019
1 parent 05e4f38 commit b9bd521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions src/framework/theme/styles/_theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ $nb-themes-export: () !global;
$result: map-set($result, $var, '--var(#{$var})');
}

@debug $result;
@return $result;
}

Expand Down Expand Up @@ -145,7 +144,7 @@ $nb-themes-export: () !global;
@content;
}
}

// Add content for theme into a list of themes
@mixin nb-for-themes($names...) {
@each $name in $names {
Expand Down
4 changes: 0 additions & 4 deletions src/framework/theme/styles/core/_breaking-notice.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ $nb-breaking-notice-enable: true !global;

@function nb-breaking-notice-show($theme) {

@debug '$nb-breaking-notice-enable';
@debug $nb-breaking-notice-enable;
@debug '$nb-breaking-notice-enable';

@if($nb-breaking-notice-enable) {
/* stylelint-disable string-no-newline */
@warn '
Expand Down

0 comments on commit b9bd521

Please sign in to comment.