79103422

Date: 2024-10-18 19:24:55
Score: 2
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Raj