mirror of https://github.com/sveltejs/svelte
Merge branch 'gh-3135' of https://github.com/btk5h/svelte into btk5h-gh-3135
commit
bff7dace5b
@ -0,0 +1 @@
|
||||
div.svelte-xyz{@apply --funky-div;}
|
@ -0,0 +1,11 @@
|
||||
<div></div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
@apply --funky-div;
|
||||
}
|
||||
|
||||
div {
|
||||
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue