mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Drop width from sizing utils given .col- classes can do the same thing (follow up to #22376)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Width and height
|
||||
|
||||
@each $prop, $abbrev in (width: w, height: h) {
|
||||
@each $prop, $abbrev in (height: h) {
|
||||
@each $size, $length in $sizes {
|
||||
.#{$abbrev}-#{$size} { #{$prop}: $length !important; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user