1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 23:30:04 +02:00

v5: Drop all print styles and classes (#28339)

This commit is contained in:
Mark Otto
2019-05-08 22:57:59 -07:00
committed by Martijn Cuppens
parent d806e874b4
commit 473689ce5d
8 changed files with 1 additions and 174 deletions

View File

@@ -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; }