mirror of https://github.com/sveltejs/svelte
parent
d3a2ff243a
commit
a72955faa2
@ -0,0 +1,8 @@
|
||||
{
|
||||
"message": "You can only have one <style> tag per component",
|
||||
"loc": {
|
||||
"line": 9,
|
||||
"column": 0
|
||||
},
|
||||
"pos": 58
|
||||
}
|
@ -0,0 +1,13 @@
|
||||
<div>foo</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
color: red;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
div {
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue