mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
rename .flex-all-* to .flex-items-* to match flexbox nomenclature
This commit is contained in:
parent
044716ed4a
commit
0de7321bbb
1 changed files with 3 additions and 3 deletions
|
|
@ -11,9 +11,9 @@
|
|||
|
||||
// Alignment for every column in row
|
||||
@include media-breakpoint-up($breakpoint) {
|
||||
.flex-all-#{$breakpoint}-top { align-items: flex-start; }
|
||||
.flex-all-#{$breakpoint}-center { align-items: center; }
|
||||
.flex-all-#{$breakpoint}-bottom { align-items: flex-end; }
|
||||
.flex-items-#{$breakpoint}-top { align-items: flex-start; }
|
||||
.flex-items-#{$breakpoint}-center { align-items: center; }
|
||||
.flex-items-#{$breakpoint}-bottom { align-items: flex-end; }
|
||||
}
|
||||
|
||||
// Alignment per column
|
||||
|
|
|
|||
Loading…
Reference in a new issue