Combine SCSS and JS into one assets folder

This commit is contained in:
Michael Rose
2016-03-17 21:32:55 -04:00
parent f87b828ca2
commit af16afdaf2
117 changed files with 15 additions and 10 deletions

16
assets/scss/_print.scss Normal file
View File

@@ -0,0 +1,16 @@
/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.top-navigation,
.social-share,
.related-articles,
.google-ads {
display: none;
}
}