Home / File/ expected.css — svelte Source File

expected.css — svelte Source File

Architecture documentation for expected.css, a css file in the svelte codebase.

Entity Profile

Source Code


	.before.svelte-xyz + .foo:where(.svelte-xyz) { color: green; }
	.before.svelte-xyz ~ .foo:where(.svelte-xyz) { color: green; }
	.before.svelte-xyz ~ .bar:where(.svelte-xyz) { color: green; }

	.x + .foo.svelte-xyz { color: green; }
	.x + .foo.svelte-xyz span:where(.svelte-xyz) { color: green; }
	.x ~ .foo.svelte-xyz { color: green; }
	.x ~ .foo.svelte-xyz span:where(.svelte-xyz) { color: green; }
	.x ~ .bar.svelte-xyz { color: green; }

	/* no match */
	/* (unused) :global(.x) + .bar { color: green; }*/

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/general-siblings-combinator-rendertag-global/expected.css (directory: packages/svelte/tests/css/samples/general-siblings-combinator-rendertag-global).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free