mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-17 05:18:23 -04:00
Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@each $breakpoint in map-keys($grid-breakpoints) {
|
||||
@include media-breakpoint-up($breakpoint) {
|
||||
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
||||
|
||||
.float#{$infix}-left { @include float-left; }
|
||||
.float#{$infix}-right { @include float-right; }
|
||||
.float#{$infix}-none { @include float-none; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user