mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 22:41:20 +02:00
Add order first to grid (#24202)
* Add first class to grid framework to add negative ordering * Add order-first explination to the docs
This commit is contained in:
@@ -46,6 +46,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.order#{$infix}-first {
|
||||
order: -1;
|
||||
}
|
||||
|
||||
@for $i from 1 through $columns {
|
||||
.order#{$infix}-#{$i} {
|
||||
order: $i;
|
||||
|
Reference in New Issue
Block a user