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

Commit

Permalink
Remove @debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszflorczak committed Dec 8, 2021
1 parent c800022 commit e27b93f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/scss/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ $contents: (xs: $content-xs, sm: $content-sm, md: $content-md, lg: $content-lg,
}

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

0 comments on commit e27b93f

Please sign in to comment.