_sass/dash/_animations.scss in jekyll-dash-1.1.0 vs _sass/dash/_animations.scss in jekyll-dash-1.1.1

- old
+ new

@@ -1,5 +1,10 @@ @keyframes blinker { 50% { opacity: 0; } } + + +@keyframes type{ + from { width: 0; } +}