mirror of https://github.com/sveltejs/svelte
correctly handle empty <style> tag (#634)
parent
ae39be8368
commit
c31bdc6863
@ -0,0 +1,3 @@
|
|||||||
|
export default {
|
||||||
|
html: '',
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
<style></style>
|
Loading…
Reference in new issue