OSDN Git Service

Merge pull request #201 from Bytom/v0.1
[bytom/vapor.git] / tools / side_chain_tool / web / node_modules / bootstrap / scss / utilities / _sizing.scss
diff --git a/tools/side_chain_tool/web/node_modules/bootstrap/scss/utilities/_sizing.scss b/tools/side_chain_tool/web/node_modules/bootstrap/scss/utilities/_sizing.scss
deleted file mode 100644 (file)
index e95a4db..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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; }