mirror of https://github.com/sveltejs/svelte
6 lines
75 B
6 lines
75 B
6 years ago
|
<script>
|
||
|
let color = 'red';
|
||
|
</script>
|
||
|
|
||
|
<div style="color: {color}"></div>
|