mirror of https://github.com/sveltejs/svelte
commit
da824c0d5f
@ -0,0 +1,12 @@
|
||||
[{
|
||||
"code": "invalid-declaration",
|
||||
"message": "Declaration cannot be empty",
|
||||
"start": {
|
||||
"line": 11, "column": 0, "character": 93
|
||||
},
|
||||
"end": {
|
||||
"line": 11, "column": 0, "character": 93
|
||||
},
|
||||
"pos": 93,
|
||||
"frame": " 9: color: blue;\n10: }\n11: </style>\n ^"
|
||||
}]
|
@ -0,0 +1,11 @@
|
||||
<div class='foo bar'></div>
|
||||
|
||||
<style>
|
||||
.foo {
|
||||
color:;
|
||||
}
|
||||
.bar {
|
||||
font:;
|
||||
color: blue;
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue