Skip to content

Commit

Permalink
Merge pull request #9398 from ncoden/fix/doiuse-compatibility
Browse files Browse the repository at this point in the history
Fix gulp browser support check
  • Loading branch information
kball committed Nov 21, 2016
2 parents 018320a + f041998 commit 2fb5963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulp/tasks/check.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 2fb5963

Please sign in to comment.