fix: consistent hover highlight styling in mobile bottom navigation menus (#2661)
This commit is contained in:
parent
df165f0023
commit
efa17caf5e
2 changed files with 15 additions and 4 deletions
|
@ -2,5 +2,6 @@ import { breakpointsTailwind } from '@vueuse/core'
|
|||
|
||||
export const breakpoints = useBreakpoints(breakpointsTailwind)
|
||||
|
||||
export const isSmallScreen = breakpoints.smallerOrEqual('sm')
|
||||
export const isMediumOrLargeScreen = breakpoints.between('sm', 'xl')
|
||||
export const isExtraLargeScreen = breakpoints.smallerOrEqual('xl')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue