You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've had a laravel-mix project which I just updated to 1.33.0 of sass and on doing a laravel-mix build, I get an output that is filled with pages and pages of the new deprecation warning regarding the division symbol. I had to kill the process as it never ended and the output seemed to repeatedly output the same warning for the same line of code several times.
Downgrading to 1.32.13 resolved the issue and the project compiled.