diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/base/_helpers.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/styles/base/_helpers.scss b/src/styles/base/_helpers.scss index 65f06d8..d28811c 100644 --- a/src/styles/base/_helpers.scss +++ b/src/styles/base/_helpers.scss @@ -43,14 +43,18 @@ } @include mix.motion("reduce") { - * { + *, + *::after, + *::before { animation: none !important; transition: none !important; } } [data-reduced-motion="true"] { - * { + *, + *::after, + *::before { animation: none !important; transition: none !important; } |
