{"version":3,"sources":["_reduce-motion.scss"],"names":[],"mappings":"AAAA;EACE;;EAEA;;EAEA,YAAY;EACZ,+EAA+E;EAC/E,sBAAsB;;EAEtB,2DAA2D;EAC3D,6EAA6E;EAC7E,0EAA0E;EAC1E,4DAA4D;EAC5D;IACE;;;MAGE,yCAAyC,EAAE,GAAG;MAC9C,kCAAkC,EAAE,GAAG;MACvC,gCAAgC,EAAE,GAAG;MACrC,uCAAuC,EAAE,GAAG;MAC5C,gCAAgC,EAAE,GAAG;MACrC,+BAA+B,EAAE,GAAG;MACpC,kCAAkC,EAAE,GAAG;IACzC;EACF;AACF","file":"_reduce-motion.scss","sourcesContent":["@if $enable-transitions and $enable-important {\n /**\n * Reduce Motion Features\n */\n\n // Based on :\n // - sanitize.css v13.0.0 | CC0 1.0 Universal | github.com/csstools/sanitize.css\n // ––––––––––––––––––––\n\n // 1. Remove animations when motion is reduced (opinionated)\n // 2. Remove fixed background attachments when motion is reduced (opinionated)\n // 3. Remove timed scrolling behaviors when motion is reduced (opinionated)\n // 4. Remove transitions when motion is reduced (opinionated)\n @media (prefers-reduced-motion: reduce) {\n *:not([aria-busy=\"true\"]),\n :not([aria-busy=\"true\"])::before,\n :not([aria-busy=\"true\"])::after {\n background-attachment: initial !important; // 2\n animation-duration: 1ms !important; // 1\n animation-delay: -1ms !important; // 1\n animation-iteration-count: 1 !important; // 1\n scroll-behavior: auto !important; // 3\n transition-delay: 0s !important; // 4\n transition-duration: 0s !important; // 4\n }\n }\n}\n"]}