1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02:00

Revert "Drop width from sizing utils given .col- classes can do the same thing (follow up to #22376)"

This reverts commit 2f21403a93.
This commit is contained in:
Mark Otto
2017-04-08 15:14:52 -07:00
parent fba27befef
commit feb35b94a6
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
// Width and height
@each $prop, $abbrev in (height: h) {
@each $prop, $abbrev in (width: w, height: h) {
@each $size, $length in $sizes {
.#{$abbrev}-#{$size} { #{$prop}: $length !important; }
}