Skip to content

Commit

Permalink
fix: remove scss debug calls (akveo#1339)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored and brannon-darby committed Apr 5, 2019
1 parent a4ef135 commit 91a46fd
Showing 1 changed file with 0 additions and 4 deletions.
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 91a46fd

Please sign in to comment.