mirror of https://github.com/sveltejs/svelte
commit
f691223bfc
@ -0,0 +1 @@
|
|||||||
|
@keyframes why{0%{color:red}100%{color:blue}}
|
@ -0,0 +1,6 @@
|
|||||||
|
<style>
|
||||||
|
@keyframes -global-why {
|
||||||
|
0% { color: red; }
|
||||||
|
100% { color: blue; }
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in new issue