[4.0] Update SASS to 1.42 - #35666
Conversation
|
@thednp could you test this one? Will solve the failing tests on your color picker PR |
|
Testing right now. I was thinking I should revert most minicolors deletions to see if I can just get away from the compiler issue. |
|
Result: in my local setup, sass v1.42.0 doesn't solve the problem with the color-picker commit, I will now attempt to re-add minicolors back. |
|
Speaking about SASS, have you found a way to create an updated |
It seems that their tools work fine with latest node-sass: https://github.com/dgrammatiko/sass-worker/tree/master/dist |
|
That is so sweet. Thank you |
|
Even if it doesn't help on that issue it's still a valid dependency update so will merge |
Pull Request for Issue # .
Summary of Changes
Update SASS to 1.42
Testing Instructions
Clone run
npm installand check that both the front end and back end templates are intactActual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Documentation Changes Required
The Pr #35648 is actually eliminating the deprecations but this PR will allow the compiler not to throw...