Skip to content

Conversation

@JamieMagee
Copy link
Contributor

node-sass is deprecated and no longer maintained. It also has known security vulnerabilities and causes build issues on newer Node.js versions and ARM-based machines (e.g., Apple Silicon).

Dart Sass (the 'sass' package) is the primary implementation of Sass, actively maintained, and provides better performance. It's a drop-in replacement that requires only minor CLI syntax changes.

node-sass is deprecated and no longer maintained. It also has known
security vulnerabilities and causes build issues on newer Node.js
versions and ARM-based machines (e.g., Apple Silicon).

Dart Sass (the 'sass' package) is the primary implementation of Sass,
actively maintained, and provides better performance. It's a drop-in
replacement that requires only minor CLI syntax changes.

Changes:
- Replace node-sass ^4.14.1 with sass ^1.83.0
- Update build-css script to use sass CLI syntax
- Update watch-css script to use sass CLI syntax
@netlify
Copy link

netlify bot commented Jan 16, 2026

Deploy Preview for blissful-goodall-fa23f6 ready!

Name Link
🔨 Latest commit d1305e9
🔍 Latest deploy log https://app.netlify.com/projects/blissful-goodall-fa23f6/deploys/696a9064d622200007a39ed2
😎 Deploy Preview https://deploy-preview-1095--blissful-goodall-fa23f6.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@JamieMagee JamieMagee merged commit 5525994 into master Jan 16, 2026
6 checks passed
@JamieMagee JamieMagee deleted the jamiemagee/replace-node-sass-with-sass branch January 16, 2026 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants