mirror of
https://github.com/hacks-guide/minimal-mistakes.git
synced 2024-11-27 10:50:30 +00:00
12 lines
250 B
SCSS
12 lines
250 B
SCSS
/* ==========================================================================
|
|
ANIMATIONS
|
|
========================================================================== */
|
|
|
|
@keyframes intro {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
} |