1
0
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:
Mark Otto
2025-03-07 09:46:35 -08:00
parent 9f8967d470
commit 12fb082b3b
23 changed files with 1129 additions and 683 deletions

View File

@@ -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;