mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
WIP, needs to be broken apart
- button ideas - rewrite utility mixin - cleanup some code - remove hyphen from infix by default
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
$next: breakpoint-next($breakpoint, $breakpoints);
|
||||
$infix: breakpoint-infix($next, $breakpoints);
|
||||
|
||||
.offcanvas#{$infix} {
|
||||
.offcanvas-#{$infix} {
|
||||
@extend %offcanvas-css-vars;
|
||||
}
|
||||
}
|
||||
@@ -37,7 +37,7 @@
|
||||
$next: breakpoint-next($breakpoint, $breakpoints);
|
||||
$infix: breakpoint-infix($next, $breakpoints);
|
||||
|
||||
.offcanvas#{$infix} {
|
||||
.offcanvas-#{$infix} {
|
||||
@include media-breakpoint-down($next) {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
|
Reference in New Issue
Block a user