Skip to content

Commit

Permalink
chore: fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Dec 31, 2024
1 parent 520ecd9 commit 1a7c4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimiq-css/src/unocss/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ function createPreset() {
if (!matcher.startsWith('leader-hocus:'))
return matcher
return {
matcher: matcher.slice(10),
matcher: matcher.slice(13),
selector: (s) =>
`*:has(> [leader]:where(:hover,:focus-visible)) ${s}`,
}
Expand Down

0 comments on commit 1a7c4fa

Please sign in to comment.