From ecf584bf3e294110b579ae2843b7af0805711665 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 15 Nov 2018 08:25:26 -0500 Subject: [PATCH] Remove changes check. Works inconsistently. --- _sass/_page.scss | 7 ------- gulpfile.js | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/_sass/_page.scss b/_sass/_page.scss index 66bb2ac..d5c2776 100644 --- a/_sass/_page.scss +++ b/_sass/_page.scss @@ -10,13 +10,6 @@ @include clearfix; } -.entry, -.hentry { - @include clearfix; - border-bottom: 1px solid lighten($black,80); - border-bottom: 1px solid rgba($black,.10); -} - /* feature image */ .entry-feature-image { diff --git a/gulpfile.js b/gulpfile.js index 09c32b8..6807b41 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -25,7 +25,7 @@ gulp.task('img', function () { return gulp.src(paths.img) // If something changed - .pipe(changed('images/src')) + // .pipe(changed('images/src')) // Crop it .pipe(imageResize({ width: 2000, // Maximum width for the file.