UNPKG

aliaset

Version:
7 lines (5 loc) 274 B
import { matchesMediaQuery } from './matches-media-query' /** * A store to detect if the user has requested the system minimize the amount of animation or motion it uses. */ export const reducedMotion = /*#__PURE__*/ matchesMediaQuery('(prefers-reduced-motion: reduce)')