5 lines
95 B
SCSS
5 lines
95 B
SCSS
@import "../helper/animations";
|
|
|
|
%fadeAll {
|
|
animation: 0.5s fade-in 0.6s linear forwards;
|
|
} |