diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-17 20:19:00 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-08-26 08:21:24 +0200 |
| commit | 19ee63ad25491aeafc9df9006ef370edf08cffbf (patch) | |
| tree | ab48686134fbe8595468307e9904822e23d40777 /scss/utilities | |
| parent | a5cbb5e71a43fe11107a8e13fb68c6bfd99cb0e7 (diff) | |
| download | bootstrap-19ee63ad25491aeafc9df9006ef370edf08cffbf.tar.xz bootstrap-19ee63ad25491aeafc9df9006ef370edf08cffbf.zip | |
Link helpers & use utility API for all utilities
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_sizing.scss | 12 | ||||
| -rw-r--r-- | scss/utilities/_text.scss | 7 | ||||
| -rw-r--r-- | scss/utilities/_visibility.scss | 13 |
3 files changed, 0 insertions, 32 deletions
diff --git a/scss/utilities/_sizing.scss b/scss/utilities/_sizing.scss deleted file mode 100644 index cc346215b..000000000 --- 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; } diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss deleted file mode 100644 index ba775ee8d..000000000 --- a/scss/utilities/_text.scss +++ /dev/null @@ -1,7 +0,0 @@ -// -// Text -// - -@each $color, $value in $theme-colors { - @include text-emphasis-variant(".text-#{$color}", $value); -} diff --git a/scss/utilities/_visibility.scss b/scss/utilities/_visibility.scss deleted file mode 100644 index 7756c3bfa..000000000 --- a/scss/utilities/_visibility.scss +++ /dev/null @@ -1,13 +0,0 @@ -// stylelint-disable declaration-no-important - -// -// Visibility utilities -// - -.visible { - visibility: visible !important; -} - -.invisible { - visibility: hidden !important; -} |
