mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 15:30:23 +00:00
Merge pull request #19977 from zalog/patch-11
Add .flex-*-unordered classes to reset Flexbox `order` CSS property
This commit is contained in:
commit
e22d725638
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
@include media-breakpoint-up($breakpoint) {
|
||||
.flex-#{$breakpoint}-first { order: -1; }
|
||||
.flex-#{$breakpoint}-last { order: 1; }
|
||||
.flex-#{$breakpoint}-unordered { order: 0; }
|
||||
}
|
||||
|
||||
// Alignment for every item
|
||||
|
|
|
|||
Loading…
Reference in a new issue