Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-08-17 21:19:00 +0300
committerMartijn Cuppens <martijn.cuppens@gmail.com>2019-08-26 09:21:24 +0300
commit19ee63ad25491aeafc9df9006ef370edf08cffbf (patch)
treeab48686134fbe8595468307e9904822e23d40777 /scss/utilities/_sizing.scss
parenta5cbb5e71a43fe11107a8e13fb68c6bfd99cb0e7 (diff)
Link helpers & use utility API for all utilities
Diffstat (limited to 'scss/utilities/_sizing.scss')
-rw-r--r--scss/utilities/_sizing.scss12
1 files changed, 0 insertions, 12 deletions
diff --git a/scss/utilities/_sizing.scss b/scss/utilities/_sizing.scss
deleted file mode 100644
index cc346215b2..0000000000
--- a/scss/utilities/_sizing.scss
+++ /dev/null
@@ -1,12 +0,0 @@
-// stylelint-disable declaration-no-important
-
-.mw-100 { max-width: 100% !important; }
-.mh-100 { max-height: 100% !important; }
-
-// Viewport additional helpers
-
-.min-vw-100 { min-width: 100vw !important; }
-.min-vh-100 { min-height: 100vh !important; }
-
-.vw-100 { width: 100vw !important; }
-.vh-100 { height: 100vh !important; }