adam-lynch / gulp-image-data-uri

Converts images to data URIs
http://www.adamlynch.com
MIT License
12 stars 9 forks source link

Missing curly bracket in Custom classes sample #8

Open steenhansen opened 7 years ago

steenhansen commented 7 years ago

https://github.com/adam-lynch/gulp-image-data-uri/blob/master/examples/custom-classes.md

         return customClass;
        } }                                  // should be 2 instead of 1
    ))
    .pipe(gulp.dest('./dist'));