diff options
| author | Martijn Cuppens <[email protected]> | 2019-05-23 11:56:03 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-23 11:56:03 +0200 |
| commit | 769c8d824600fbf521e3976cc4a3c6152ed4e8ce (patch) | |
| tree | 270b5b5a1590e774f02a0baad9b5e66a1922b64e /scss/utilities/_sizing.scss | |
| parent | a4a04cd9ec741050390746f8056cc79a9c04c8df (diff) | |
| download | bootstrap-769c8d824600fbf521e3976cc4a3c6152ed4e8ce.tar.xz bootstrap-769c8d824600fbf521e3976cc4a3c6152ed4e8ce.zip | |
Helpers & utilities split (#28445)
Diffstat (limited to 'scss/utilities/_sizing.scss')
| -rw-r--r-- | scss/utilities/_sizing.scss | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scss/utilities/_sizing.scss b/scss/utilities/_sizing.scss index f37648802..cc346215b 100644 --- a/scss/utilities/_sizing.scss +++ b/scss/utilities/_sizing.scss @@ -1,13 +1,5 @@ // stylelint-disable declaration-no-important -// Width and height - -@each $prop, $abbrev in (width: w, height: h) { - @each $size, $length in $sizes { - .#{$abbrev}-#{$size} { #{$prop}: $length !important; } - } -} - .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } |
