mirror of https://github.com/sveltejs/svelte
parent
b0374f8863
commit
ea6fd95332
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
'svelte': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
fix: account for global block in `is_empty`
|
@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
/* :global{*/
|
||||||
|
:root{
|
||||||
|
.use{
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/*}*/
|
@ -0,0 +1,9 @@
|
|||||||
|
<style>
|
||||||
|
:global{
|
||||||
|
:root{
|
||||||
|
.use{
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in new issue