nuxt-community / vuetify-module

Vuetify Module for Nuxt 2
Other
628 stars 106 forks source link

Using / for division is deprecated and will be removed in Dart sass 2.0.0 #457

Closed tarreislam closed 3 years ago

tarreislam commented 3 years ago

I did a critical mistake of doing npm update without checking all forums on the internet for bugs.

steps to reproduce

Drag Racing

GGG-KILLER commented 3 years ago

If you use yarn, you can use the resolutions section in packages.json to restrict sass to 1.32.13 (as of this post, the version with the ~1.32.13 pin hasn't been pushed to NPM yet):

  "resolutions": {
    "sass": "~1.32.13"
  }
sardor01 commented 3 years ago

456

tarreislam commented 3 years ago

Thanks @GGG-KILLER