schmelczer-dev/src/framework/styles/animations/animations.scss
Schmelczer András 0429ea7f72 Add final touches
2020-01-10 20:11:10 +01:00

9 lines
132 B
SCSS

html[animations='off'] {
&,
*,
*::before,
*::after {
transition: none !important;
animation: none !important;
}
}