Fix HTML and CSS order and format CSS.

pull/6213/head
Babak F 5 years ago
parent 7631e2eabc
commit b8810b8224

@ -2,12 +2,6 @@
let big = false;
</script>
<style>
.big {
font-size: 4em;
}
</style>
<label>
<input type=checkbox bind:checked={big}>
big
@ -15,4 +9,10 @@
<div class:big>
some {big ? 'big' : 'small'} text
</div>
</div>
<style>
.big {
font-size: 4em;
}
</style>
Loading…
Cancel
Save