Metronic Vue 7 - Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Hi there,
I have the Metronic 7.2.5 and this has vue2 which i am happy with.
However when i compile i get a tonne of the error messages below
Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.
Is there a version that doesnt have this or a way to fix?
There are about 1000+ instances of this error i believe.
Thanks and great template.
Replies (1)
Hi,
Thank you for your feedback.
You can fix it by updating your sass version.
- In package.json update sass version from "^1.29.0" to "~1.32.6".
- Delete node_modules and yarn.lock/package-lock.json.
- Install dependencies with command npm install