mirror of https://github.com/sveltejs/svelte
Merge pull request #765 from sveltejs/gh-759
preserve space before non-parenthesized media query expressionpull/770/head
commit
2b41b83752
@ -0,0 +1 @@
|
||||
@media only screen and (min-width: 400px){div[svelte-xyz],[svelte-xyz] div{color:red}}
|
@ -0,0 +1,9 @@
|
||||
<div>hello</div>
|
||||
|
||||
<style>
|
||||
@media only screen and (min-width: 400px) {
|
||||
div {
|
||||
color: red;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Reference in new issue