2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

remove line break

This commit is contained in:
Mark Otto
2017-01-02 11:12:41 -08:00
parent c386c5f5cb
commit fa1ef15212
-1
View File
@@ -2,7 +2,6 @@
// Display utilities // Display utilities
// //
@each $breakpoint in map-keys($grid-breakpoints) { @each $breakpoint in map-keys($grid-breakpoints) {
@include media-breakpoint-up($breakpoint) { @include media-breakpoint-up($breakpoint) {
$infix: breakpoint-infix($breakpoint, $grid-breakpoints); $infix: breakpoint-infix($breakpoint, $grid-breakpoints);