4 lines
75 B
SCSS
4 lines
75 B
SCSS
|
.anim, .anim::before, .anim::after {
|
||
|
transition: all 0.2s ease-in-out;
|
||
|
}
|