Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: nesting selectors in menu item (#543)
# Motivation Fix an error - that blocks the build - detected when migrating to Svelte v5 in #541: > error during build: [vite-plugin-svelte] [plugin vite-plugin-svelte] src/lib/components/MenuItem.svelte (73:10): src/lib/components/MenuItem.svelte:73:10 Nesting selectors can only be used inside a rule or as the first selector inside a lone `:global(...)` It seems that the rule is actually unused / not applied. Therefore I remove it. # Changes - Remove nested CSS global rule.
- Loading branch information