Queries like "@media (min-width: 965px) {" are an older method. "@media (width >= 965px) {" is the newer way to specify the same query. Our code base was still requiring node-sass, which is no longer supported. Updating our gulpfile.js to use "sass" instead of "node-sass" seemed to resolve the gulp error.