Are you looking for something? Here is all of the GitHub Docs history in one single commit. Enjoy! 🎉
9 lines
166 B
SCSS
9 lines
166 B
SCSS
/* Styles used while printing
|
|
------------------------------------------------------------------------------*/
|
|
|
|
@media print {
|
|
.no-print {
|
|
display: none;
|
|
}
|
|
}
|