diff options
| author | Mark Otto <[email protected]> | 2019-05-08 22:57:59 -0700 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-05-09 07:57:58 +0200 |
| commit | 473689ce5de5337984c16a9c5dacad328101ffb1 (patch) | |
| tree | 26ccde9f0f42c10c21f84b9379cb056e1e16d4a5 /scss/utilities | |
| parent | d806e874b4b9c4a3bb2d0715415aebbad78466a2 (diff) | |
| download | bootstrap-473689ce5de5337984c16a9c5dacad328101ffb1.tar.xz bootstrap-473689ce5de5337984c16a9c5dacad328101ffb1.zip | |
v5: Drop all print styles and classes (#28339)
Diffstat (limited to 'scss/utilities')
| -rw-r--r-- | scss/utilities/_display.scss | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scss/utilities/_display.scss b/scss/utilities/_display.scss index 130367998..217672998 100644 --- a/scss/utilities/_display.scss +++ b/scss/utilities/_display.scss @@ -1,9 +1,5 @@ // stylelint-disable declaration-no-important -// -// Utilities for common `display` values -// - @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); @@ -14,11 +10,6 @@ } } - -// -// Utilities for toggling `display` in print -// - @media print { @each $value in $displays { .d-print-#{$value} { display: $value !important; } |
