expected.css — svelte Source File
Architecture documentation for expected.css, a css file in the svelte codebase.
Entity Profile
Source Code
@keyframes svelte-xyz-why {
0% { color: red; }
100% { color: blue; }
}
@-webkit-keyframes svelte-xyz-why {
0% { color: red; }
100% { color: blue; }
}
@-moz-keyframes svelte-xyz-why {
0% { color: red; }
100% { color: blue; }
}
@-o-keyframes svelte-xyz-why {
0% { color: red; }
100% { color: blue; }
}
.animated.svelte-xyz {
-webkit-animation: svelte-xyz-why 2s;
animation: svelte-xyz-why 2s;
}
.also-animated.svelte-xyz {
-webkit-animation: not-defined-here 2s;
animation: not-defined-here 2s;
}
Source
Frequently Asked Questions
What does expected.css do?
expected.css is a source file in the svelte codebase, written in css.
Where is expected.css in the architecture?
expected.css is located at packages/svelte/tests/css/samples/keyframes-autoprefixed/expected.css (directory: packages/svelte/tests/css/samples/keyframes-autoprefixed).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free