-
Notifications
You must be signed in to change notification settings - Fork 40
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
Replace node-sass
(deprecated) with sass
(recommended)
#46
base: master
Are you sure you want to change the base?
Conversation
`node-sass` has been deprecated for a couple of years and it's always had a ton of issues installing correctly in different node environments. The docs now recommend using dart-sass instead, which is the actively maintained official sass compiler. This PR swaps out one for the other. I also ran the included format script. Going to let tests run in CI because I think I'm running into weird behavior with directory changing on Windows which is causing the last two tests to fail. Hopefully this allows people to continue to use fiddly even on the latest versions of node!
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Someone is attempting to deploy a commit to a Personal Account owned by @SaraVieira on Vercel. @SaraVieira first needs to authorize it. |
Ahh, this project is so old now so many things need updating! Updated additional configs where I could, but I don't think I can get these checks to pass on my own. Vercel specifically seems to be failing on a more recent JS string API, Added a GitHub Actions test config setup to run against Node 12, 14, 16, and 18 too. Don't think it will run until merged however. |
node-sass
has been deprecated for a couple of years and it's always had a ton of issues installing correctly in different node environments.The docs now recommend using dart-sass instead, which is the actively maintained official sass compiler. This PR swaps out one for the other.
I also ran the included format script. Going to let tests run in CI because I think I'm running into weird behavior with directory changing on Windows which is causing the last two tests to fail.
Hopefully this allows people to continue to use fiddly even on the latest versions of node!