mirror of https://github.com/sveltejs/svelte
parent
fb6d570b92
commit
817e1f5e0a
@ -1 +1 @@
|
||||
details[open].svelte-xyz{color:red}
|
||||
details[open].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[foo].svelte-xyz{color:red}[baz].svelte-xyz{color:blue}
|
||||
[foo].svelte-xyz.svelte-xyz{color:red}[baz].svelte-xyz.svelte-xyz{color:blue}
|
@ -1 +1 @@
|
||||
[foo=bar].svelte-xyz{color:red}
|
||||
[foo=bar].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
div.svelte-xyz{color:red}
|
||||
div.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
:root{--root-test:20}div.svelte-xyz{--test:10}
|
||||
:root{--root-test:20}div.svelte-xyz.svelte-xyz{--test:10}
|
@ -1 +1 @@
|
||||
.foo\:bar.svelte-xyz{color:red}
|
||||
.foo\:bar.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz{}
|
||||
.foo.svelte-xyz.svelte-xyz{}
|
@ -1 +1 @@
|
||||
@keyframes why{0%{color:red}100%{color:blue}}.animated.svelte-xyz{animation:why 2s}.also-animated.svelte-xyz{animation:not-defined-here 2s}
|
||||
@keyframes why{0%{color:red}100%{color:blue}}.animated.svelte-xyz.svelte-xyz{animation:why 2s}.also-animated.svelte-xyz.svelte-xyz{animation:not-defined-here 2s}
|
@ -1 +1 @@
|
||||
@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}
|
||||
@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.svelte-xyz{-webkit-animation:svelte-xyz-why 2s;animation:svelte-xyz-why 2s}.also-animated.svelte-xyz.svelte-xyz{-webkit-animation:not-defined-here 2s;animation:not-defined-here 2s}
|
@ -1 +1 @@
|
||||
@keyframes svelte-xyz-why{from{color:red}to{color:blue}}.animated.svelte-xyz{animation:svelte-xyz-why 2s}
|
||||
@keyframes svelte-xyz-why{from{color:red}to{color:blue}}.animated.svelte-xyz.svelte-xyz{animation:svelte-xyz-why 2s}
|
@ -1 +1 @@
|
||||
@keyframes svelte-xyz-why{0%{color:red}100%{color:blue}}.animated.svelte-xyz{animation:svelte-xyz-why 2s}.also-animated.svelte-xyz{animation:not-defined-here 2s}
|
||||
@keyframes svelte-xyz-why{0%{color:red}100%{color:blue}}.animated.svelte-xyz.svelte-xyz{animation:svelte-xyz-why 2s}.also-animated.svelte-xyz.svelte-xyz{animation:not-defined-here 2s}
|
@ -1 +1 @@
|
||||
div .foo.svelte-xyz{color:red}div>.foo.svelte-xyz{font-weight:bold}
|
||||
div .foo.svelte-xyz.svelte-xyz{color:red}div>.foo.svelte-xyz.svelte-xyz{font-weight:bold}
|
@ -1 +1 @@
|
||||
@media only screen and (min-width: 400px){div.svelte-xyz{color:red}}
|
||||
@media only screen and (min-width: 400px){div.svelte-xyz.svelte-xyz{color:red}}
|
@ -1 +1 @@
|
||||
@media(min-width: 400px){.large-screen.svelte-xyz{display:block}}
|
||||
@media(min-width: 400px){.large-screen.svelte-xyz.svelte-xyz{display:block}}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz{color:red}.bar.svelte-xyz{font-style:italic}
|
||||
.foo.svelte-xyz.svelte-xyz{color:red}.bar.svelte-xyz.svelte-xyz{font-style:italic}
|
@ -1 +1 @@
|
||||
.svelte-xyz:not(.foo){color:red}
|
||||
.svelte-xyz.svelte-xyz:not(.foo){color:red}
|
@ -1 +1 @@
|
||||
[data-foo*='bar'].svelte-xyz{color:red}
|
||||
[data-foo*='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo='bar' i].svelte-xyz{color:red}
|
||||
[data-foo='bar' i].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo='bar'].svelte-xyz{color:red}
|
||||
[data-foo='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo='bar'].svelte-xyz{color:red}
|
||||
[data-foo='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo|='bar'].svelte-xyz{color:red}
|
||||
[data-foo|='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo^='bar'].svelte-xyz{color:red}
|
||||
[data-foo^='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo$='bar'].svelte-xyz{color:red}
|
||||
[data-foo$='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[data-foo~='bar'].svelte-xyz{color:red}
|
||||
[data-foo~='bar'].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
[autoplay].svelte-xyz{color:red}
|
||||
[autoplay].svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz{color:red}
|
||||
.foo.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz{color:red}
|
||||
.foo.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz .bar{color:red}
|
||||
.foo.svelte-xyz.svelte-xyz .bar{color:red}
|
@ -1 +1 @@
|
||||
div.svelte-xyz>p>em{color:red}
|
||||
div.svelte-xyz.svelte-xyz>p>em{color:red}
|
@ -1 +1 @@
|
||||
div.svelte-xyz>p{color:red}
|
||||
div.svelte-xyz.svelte-xyz>p{color:red}
|
@ -1 +1 @@
|
||||
div>section>p.svelte-xyz{color:red}
|
||||
div>section>p.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
div>p.svelte-xyz{color:red}
|
||||
div>p.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
#foo.svelte-xyz{color:red}
|
||||
#foo.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
p.svelte-xyz{color:red}
|
||||
p.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
span.svelte-xyz::after{content:'i am a pseudo-element'}span.svelte-xyz:first-child{color:red}span.svelte-xyz:last-child::after{color:blue}
|
||||
span.svelte-xyz.svelte-xyz::after{content:'i am a pseudo-element'}span.svelte-xyz.svelte-xyz:first-child{color:red}span.svelte-xyz.svelte-xyz:last-child::after{color:blue}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz{color:red;font-size:2em;font-family:'Comic Sans MS'}
|
||||
.foo.svelte-xyz.svelte-xyz{color:red;font-size:2em;font-family:'Comic Sans MS'}
|
@ -1 +1 @@
|
||||
@supports (display: grid){.maybe-grid.svelte-xyz{display:grid}}
|
||||
@supports (display: grid){.maybe-grid.svelte-xyz.svelte-xyz{display:grid}}
|
@ -1 +1 @@
|
||||
.svelte-xyz{color:red}
|
||||
.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
div.svelte-xyz{@apply --funky-div;}
|
||||
div.svelte-xyz.svelte-xyz{@apply --funky-div;}
|
@ -1 +1 @@
|
||||
div.svelte-xyz{@apply --funky-div;}
|
||||
div.svelte-xyz.svelte-xyz{@apply --funky-div;}
|
@ -1 +1 @@
|
||||
.bar.svelte-xyz{color:red}
|
||||
.bar.svelte-xyz.svelte-xyz{color:red}
|
@ -1 +1 @@
|
||||
.active.svelte-xyz{color:red}.inactive.svelte-xyz{color:blue}
|
||||
.active.svelte-xyz.svelte-xyz{color:red}.inactive.svelte-xyz.svelte-xyz{color:blue}
|
@ -1 +1 @@
|
||||
.foo.svelte-xyz{color:red}
|
||||
.foo.svelte-xyz.svelte-xyz{color:red}
|
@ -1,2 +1,2 @@
|
||||
div.svelte-bzh57p{color:red}
|
||||
div.svelte-4yw8vx{color:green}
|
||||
div.svelte-bzh57p.svelte-bzh57p{color:red}
|
||||
div.svelte-4yw8vx.svelte-4yw8vx{color:green}
|
@ -1 +1 @@
|
||||
div.svelte-bzh57p{color:red}
|
||||
div.svelte-bzh57p.svelte-bzh57p{color:red}
|
Loading…
Reference in new issue