You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/css/samples/cascade-false-keyframes/expected.css

14 lines
235 B

7 years ago
@keyframes svelte-1647166666-why {
0% { color: red; }
100% { color: blue; }
}
7 years ago
.animated[svelte-1647166666] {
animation: svelte-1647166666-why 2s;
}
7 years ago
.also-animated[svelte-1647166666] {
animation: not-defined-here 2s;
}