-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Deprecated package node-sass
#2392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i can make these changes |
@nsundriyal62 You can just create a PR and mention this issue. I did assign it to you though! |
i am working on it buddy |
sorry to bother you again and again i am unable to setup the envirement for this codebase...........? i am new to open source and stucked a lot i also read all your documentation to setup this repo but can not succeed can you please help me out to solve this problem i use chatgpt, asking to my friends and so on........ is there any other way to solve bug better than cloning it on your own system and then setting up the envirement |
I've just submitted a pull request to address this issue. @lindapaiste your feedback and review would be greatly appreciated. |
feat: Remove deprecated node-sass package, migrated to Sass #2392
Fixed by #2429. Thank you @luckyklyist! |
We are compiling
.scss
files to.css
using thenode-sass
package which is deprecated.We should switch over to
sass
(Dart Sass).This will involve installing the correct packages but will also likely involve changes to our Webpack config files.
Originally posted by @lindapaiste in #2388 (review)
The text was updated successfully, but these errors were encountered: