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