Replace Grunt tasks with Gulp

This commit is contained in:
Michael Rose
2016-03-07 22:20:32 -05:00
parent 85a3df7fd7
commit c19cd2a391
41 changed files with 125 additions and 162 deletions

16
_assets/css/_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;
}
}