From 769c8d824600fbf521e3976cc4a3c6152ed4e8ce Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 23 May 2019 11:56:03 +0200 Subject: Helpers & utilities split (#28445) --- scss/utilities/_sizing.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'scss/utilities/_sizing.scss') 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; } -- cgit v1.2.3