yaminncco / vue-sidebar-menu

A Vue.js Sidebar Menu Component
MIT License
646 stars 194 forks source link

Deprecation Warning with sass version 1.77.0 and above #280

Closed sfxcode closed 1 month ago

sfxcode commented 1 month ago

Hi, thank you for work,

i use it in my nuxt primevue starter: https://github.com/sfxcode/nuxt3-primevue-starter

Nuxt show multiple deprecation warnings from sass on start. Maybe you can update your scss files.

Thanks in advance,

Tom

Deprecation Warning: Sass's behavior for declarations that appear after nested rules will be changing to match the behavior specified by CSS in an upcoming version. To keep the existing behavior, move the declaration above the nested rule. To opt into the new behavior, wrap the declaration in & {}.

More info: https://sass-lang.com/d/mixed-decls

4 │ ┌ * { 5 │ │ box-sizing: border-box; 6 │ │ } │ └─── nested rule ... │ 8 │ position: fixed; │ ^^^^^^^^^^^^^^^ declaration ╵

sfxcode commented 1 month ago

Wow,

that was pretty fast.

Thank you,

Tom