ManukMinasyan / vue-functional-calendar

Vue.js Functional Calendar | Component/Package
https://vue-functional-calendar.now.sh/
MIT License
473 stars 84 forks source link

Move css declaration #167

Closed bradley-varol closed 4 months ago

bradley-varol commented 4 months ago

This fixes a Sass warning i'm seeing when building my Nuxt 3 project:

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