aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/styles/base/_helpers.scss8
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;
}