UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

6 lines 166 B
/** * Media query to deal with hover only on desktop - it disables the hover behaviour on mobile devices */ hover-desktop-only() @media (hover: hover) {block}