hugo-theme-zzo/assets/sass/base/_animation.scss

5 lines
50 B
SCSS
Raw Normal View History

@keyframes blinker {
50% {
opacity: 0;
}
}