Skip to content

Commit

Permalink
Remove Bootstrap print.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jul 8, 2016
1 parent 9eba210 commit 7aefd6b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 144 deletions.
1 change: 0 additions & 1 deletion src/ui/public/styles/bootstrap/bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

// Reset and dependencies
@import "normalize.less";
@import "print.less";

// Core CSS
@import "scaffolding.less";
Expand Down
101 changes: 0 additions & 101 deletions src/ui/public/styles/bootstrap/print.less

This file was deleted.

41 changes: 0 additions & 41 deletions src/ui/public/styles/bootstrap/responsive-utilities.less
Original file line number Diff line number Diff line change
Expand Up @@ -151,44 +151,3 @@
.responsive-invisibility();
}
}


// Print utilities
//
// Media queries are placed on the inside to be mixin-friendly.

// Note: Deprecated .visible-print as of v3.2.0
.visible-print {
.responsive-invisibility();

@media print {
.responsive-visibility();
}
}
.visible-print-block {
display: none !important;

@media print {
display: block !important;
}
}
.visible-print-inline {
display: none !important;

@media print {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;

@media print {
display: inline-block !important;
}
}

.hidden-print {
@media print {
.responsive-invisibility();
}
}
1 change: 0 additions & 1 deletion src/ui/public/styles/theme/bootstrap.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

// Reset and dependencies
@import "~ui/styles/bootstrap/normalize.less";
@import "~ui/styles/bootstrap/print.less";

// Core CSS
@import "~ui/styles/bootstrap/scaffolding.less";
Expand Down

0 comments on commit 7aefd6b

Please sign in to comment.