My site is php and most of the classes are generated on the fly so not visible. ie ``` gulp.task('purify', function() { return gulp.src('./dist/styles/main.css') .pipe(purify(['http://test.local/'])) .pipe(gulp.dest('./css/test/')); }); ```