9 lines
132 B
SCSS
9 lines
132 B
SCSS
html[animations='off'] {
|
|
&,
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
transition: none !important;
|
|
animation: none !important;
|
|
}
|
|
}
|