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 & {}.
This fixes a Sass warning i'm seeing when building my Nuxt 3 project: