Using Sass in my Vue project. Warning: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0. #12303
-
Hey, so i use scss in my vue projects and everything just works as intended. It still builds everything as intended. Can someone tell me if there are any arrangements i have to take care of? Because it sounds to me like the way im using scss right now wont be available as soon as Sass version 2 comes out. https://sass-lang.com/d/legacy-js-api but i have to admit that i absolutley dont understand how this helps me understanding what will change in the future. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should upgrade the sass version in your project to 1.45.0+. |
Beta Was this translation helpful? Give feedback.
You should upgrade the sass version in your project to 1.45.0+.
see #11992