Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit e27b93f

Browse files
Remove @debug log
1 parent c800022 commit e27b93f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/scss/_grid.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ $contents: (xs: $content-xs, sm: $content-sm, md: $content-md, lg: $content-lg,
9999
}
100100

101101
@for $i from 1 through $columns {
102-
@debug "#{$i} of #{$columns} => width: #{math.div(100%, $columns) * $i}";
103102
.col-xs-#{$i} {
104103
flex: 0 0 #{math.div(100%, $columns) * $i};
105104
max-width: #{math.div(100%, $columns) *$i};

0 commit comments

Comments
 (0)