-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
details[open].svelte-xyz.svelte-xyz{color:red} | ||
details[open].svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[foo].svelte-xyz.svelte-xyz{color:red}[baz].svelte-xyz.svelte-xyz{color:blue} | ||
[foo].svelte-xyz{color:red}[baz].svelte-xyz{color:blue} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[foo=bar].svelte-xyz.svelte-xyz{color:red} | ||
[foo=bar].svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div.svelte-xyz.svelte-xyz{color:red} | ||
div.svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
:root{--root-test:20}div.svelte-xyz.svelte-xyz{--test:10} | ||
:root{--root-test:20}div.svelte-xyz{--test:10} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo\:bar.svelte-xyz.svelte-xyz{color:red} | ||
.foo\:bar.svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz{} | ||
.foo.svelte-xyz{} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@keyframes svelte-xyz-why{from{color:red}to{color:blue}}.animated.svelte-xyz.svelte-xyz{animation:svelte-xyz-why 2s} | ||
@keyframes svelte-xyz-why{from{color:red}to{color:blue}}.animated.svelte-xyz{animation:svelte-xyz-why 2s} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div .foo.svelte-xyz.svelte-xyz{color:red}div>.foo.svelte-xyz.svelte-xyz{font-weight:bold} | ||
div .foo.svelte-xyz{color:red}div>.foo.svelte-xyz{font-weight:bold} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@media only screen and (min-width: 400px){div.svelte-xyz.svelte-xyz{color:red}} | ||
@media only screen and (min-width: 400px){div.svelte-xyz{color:red}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@media(min-width: 400px){.large-screen.svelte-xyz.svelte-xyz{display:block}} | ||
@media(min-width: 400px){.large-screen.svelte-xyz{display:block}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz{color:red}.bar.svelte-xyz.svelte-xyz{font-style:italic} | ||
.foo.svelte-xyz{color:red}.bar.svelte-xyz{font-style:italic} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.svelte-xyz.svelte-xyz:not(.foo){color:red} | ||
.svelte-xyz:not(.foo){color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-contains/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo*='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo*='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
...ss/samples/omit-scoping-attribute-attribute-selector-equals-case-insensitive/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo='bar' i].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo='bar' i].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-equals-dynamic/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-equals/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-pipe-equals/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo|='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo|='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-prefix/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo^='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo^='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-suffix/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo$='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo$='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector-word-equals/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[data-foo~='bar'].svelte-xyz.svelte-xyz{color:red} | ||
[data-foo~='bar'].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-attribute-selector/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[autoplay].svelte-xyz.svelte-xyz{color:red} | ||
[autoplay].svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-class-dynamic/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz{color:red} | ||
.foo.svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-class-static/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz{color:red} | ||
.foo.svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-descendant-global-inner-class/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz .bar{color:red} | ||
.foo.svelte-xyz .bar{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-descendant-global-inner-multiple/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div.svelte-xyz.svelte-xyz>p>em{color:red} | ||
div.svelte-xyz>p>em{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-descendant-global-inner/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div.svelte-xyz.svelte-xyz>p{color:red} | ||
div.svelte-xyz>p{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-descendant-global-outer-multiple/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div>section>p.svelte-xyz.svelte-xyz{color:red} | ||
div>section>p.svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/omit-scoping-attribute-descendant-global-outer/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div>p.svelte-xyz.svelte-xyz{color:red} | ||
div>p.svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
#foo.svelte-xyz.svelte-xyz{color:red} | ||
#foo.svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
p.svelte-xyz.svelte-xyz{color:red} | ||
p.svelte-xyz{color:red} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz{color:red;font-size:2em;font-family:'Comic Sans MS'} | ||
.foo.svelte-xyz{color:red;font-size:2em;font-family:'Comic Sans MS'} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
@supports (display: grid){.maybe-grid.svelte-xyz.svelte-xyz{display:grid}} | ||
@supports (display: grid){.maybe-grid.svelte-xyz{display:grid}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.svelte-xyz.svelte-xyz{color:red} | ||
.svelte-xyz{color:red} |
2 changes: 1 addition & 1 deletion
2
test/css/samples/unknown-at-rule-with-following-rules/expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div.svelte-xyz.svelte-xyz{@apply --funky-div;} | ||
div.svelte-xyz{@apply --funky-div;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div.svelte-xyz.svelte-xyz{@apply --funky-div;} | ||
div.svelte-xyz{@apply --funky-div;} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.bar.svelte-xyz.svelte-xyz{color:red} | ||
.bar.svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.active.svelte-xyz.svelte-xyz{color:red}.inactive.svelte-xyz.svelte-xyz{color:blue} | ||
.active.svelte-xyz{color:red}.inactive.svelte-xyz{color:blue} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.foo.svelte-xyz.svelte-xyz{color:red} | ||
.foo.svelte-xyz{color:red} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.-foo.svelte-xyz.svelte-xyz{color:red}[title='['].svelte-xyz.svelte-xyz{color:blue} | ||
.-foo.svelte-xyz{color:red}[title='['].svelte-xyz{color:blue} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
test/server-side-rendering/samples/styles-nested/_expected.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
div.svelte-bzh57p.svelte-bzh57p{color:red} | ||
div.svelte-4yw8vx.svelte-4yw8vx{color:green} | ||
div.svelte-bzh57p{color:red} | ||
div.svelte-4yw8vx{color:green} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
div.svelte-bzh57p.svelte-bzh57p{color:red} | ||
div.svelte-bzh57p{color:red} |