Skip to content

Commit

Permalink
Add tag print styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed Dec 8, 2017
1 parent 5d6e6b0 commit a5f1bed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/components/tag/_tag.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@
vertical-align: baseline;

@media print {
@include important(background, none);
@include important(color, $colour-true-black);
// sass-lint:disable-block no-important
background: none !important;
color: $colour-true-black !important;
padding: 0 !important;
}

&--impact {
Expand Down

0 comments on commit a5f1bed

Please sign in to comment.