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

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_utilities-responsive.scss')
-rw-r--r--assets/stylesheets/bootstrap/_utilities-responsive.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/_utilities-responsive.scss b/assets/stylesheets/bootstrap/_utilities-responsive.scss
index c69ecc9..2c3617c 100644
--- a/assets/stylesheets/bootstrap/_utilities-responsive.scss
+++ b/assets/stylesheets/bootstrap/_utilities-responsive.scss
@@ -44,6 +44,6 @@
.hidden-print {
@media print {
- @include responsive-invisibility(".hidden-print");
+ display: none !important;
}
}