Remove changes check. Works inconsistently.

This commit is contained in:
Richard Littauer 2018-11-15 08:25:26 -05:00
parent b333c41d33
commit ecf584bf3e
2 changed files with 1 additions and 8 deletions

View File

@ -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 {

View File

@ -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.