2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

rm responsive-invisibility mixin since it's only used once

inline the one remaining usage into .hidden-print's definition
rm now-empty scss/_utilities-responsive.scss file

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2015-08-26 15:09:54 -07:00
parent 19e996c623
commit c6e648d79b
3 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -44,6 +44,6 @@
.hidden-print {
@media print {
@include responsive-invisibility(".hidden-print");
display: none !important;
}
}