Remove empty spacing.

pull/6213/head
Babak F 5 years ago
parent fc30d93303
commit 456540d522

@ -6,4 +6,4 @@
}
</script>
<CustomButton on:click={handleClick}/>
<CustomButton on:click={handleClick}/>

@ -1,9 +1,7 @@
<button>
Click me
</button>
<style>
button {
background: #E2E8F0;
@ -21,4 +19,4 @@
background: #94A3B8;
color: #F1F5F9;
}
</style>
</style>

@ -6,4 +6,4 @@
}
</script>
<CustomButton on:click={handleClick}/>
<CustomButton on:click={handleClick}/>

@ -1,9 +1,7 @@
<button on:click>
Click me
</button>
<style>
button {
background: #E2E8F0;
@ -21,4 +19,4 @@
background: #94A3B8;
color: #F1F5F9;
}
</style>
</style>
Loading…
Cancel
Save