Mercurial > nebulaweb3
comparison default/assets/scss/vendors/bootstrap/utilities/_float.scss @ 0:1d038bc9b3d2 default tip
Up:default
author | Liny <dev@neowd.com> |
---|---|
date | Sat, 31 May 2025 09:21:51 +0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1d038bc9b3d2 |
---|---|
1 @each $breakpoint in map-keys($grid-breakpoints) { | |
2 @include media-breakpoint-up($breakpoint) { | |
3 $infix: breakpoint-infix($breakpoint, $grid-breakpoints); | |
4 | |
5 .float#{$infix}-left { @include float-left; } | |
6 .float#{$infix}-right { @include float-right; } | |
7 .float#{$infix}-none { @include float-none; } | |
8 } | |
9 } |