Skip to content

Commit 352a808

Browse files
committed
chore: remove debug instruction in sass
1 parent 65b3cfb commit 352a808

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/sass/main.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ $alert-colors: (
6161
);
6262

6363
$prefix: "bs-";
64-
@debug $alert-colors;
6564
@each $state, $colors in $alert-colors {
6665
.alert-#{$state} {
6766
--#{$prefix}alert-color: #{$my-white};

0 commit comments

Comments
 (0)