hacks-guide-minimal-mistake.../_sass/_print.scss
2016-11-17 11:43:37 -05:00

18 lines
421 B
SCSS

/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.masthead,
.toc,
.page__share,
.page__related,
.ads,
.page__footer {
display: none;
}
}