Skip to content

Commit

Permalink
Ignore CSS transitions on print styles, fixes #106
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed May 27, 2019
1 parent b2f0c6b commit f13000f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/assets/scss/boldgrid/blog/design/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,13 @@ main {
width: calc((100% / 1 - .5vw) - 2vw);
}
}

/* Set print preview visibility on archives. */
@media print {
article.wow {
visibility: visible !important;
}
.empty-sidebar-message {
display: none;
}
}

0 comments on commit f13000f

Please sign in to comment.