From: Nicolas Coden Date: Mon, 21 Nov 2016 14:22:36 +0000 (+0100) Subject: Fix gulp browser support check X-Git-Tag: v6.3-rc1~2^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9398%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix gulp browser support check Fix bug introduced in https://github.com/zurb/foundation-sites/pull/9382 --- diff --git a/gulp/tasks/check.js b/gulp/tasks/check.js index 4abbc5b59..ca3314933 100644 --- a/gulp/tasks/check.js +++ b/gulp/tasks/check.js @@ -18,7 +18,7 @@ gulp.task('check:deps', function() { gulp.task('check:browserSupport', function() { return gulp.src(['_build/assets/css/foundation.css']) .pipe(postcss([doiuse({ - browsers: CONFIG.COMPATIBILITY, + browsers: CONFIG.CSS_COMPATIBILITY, onFeatureUsage: function (usageInfo) { console.log(usageInfo.message) }