5 lines
93 B
SCSS
5 lines
93 B
SCSS
.resize-animation-stopper * {
|
|
animation: none !important;
|
|
transition: none !important;
|
|
}
|