mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03: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