Replace node-sass with sass in package.json

Updated the dependency from node-sass to sass to ensure compatibility with modern tooling and resolve deprecation warnings. This change aligns with recommended practices for Sass-related workflows.
This commit is contained in:
Julien Fastré 2025-05-27 15:40:00 +02:00
parent 697b4ab436
commit 16435423cf
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -29,7 +29,7 @@
"fork-awesome": "^1.1.7",
"intl-messageformat": "^10.5.11",
"jquery": "^3.6.0",
"node-sass": "^8.0.0",
"sass": "^1.89.0",
"popper.js": "^1.16.1",
"postcss-loader": "^7.0.2",
"prettier": "^3.3.3",