mirror of https://github.com/sveltejs/svelte
Merge pull request #1342 from sveltejs/v2-remove-non-root-style-interpolation
in v2, don't parse for interpolations in non-root style elementspull/1345/head
commit
85c8054fa0
@ -0,0 +1,4 @@
|
||||
<div>
|
||||
<style>div { color: red; }</style>
|
||||
<script>alert('<>');</script>
|
||||
</div>
|
Loading…
Reference in new issue