mirror of https://github.com/sveltejs/svelte
parent
2b79a2269d
commit
c33e4be6dc
@ -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