Add attributes for demonstation purposes

This commit is contained in:
Luca Bosin
2023-08-18 20:47:03 +02:00
parent d12462222f
commit 6ae22b7a9c
14 changed files with 84 additions and 113 deletions

View File

@ -0,0 +1,9 @@
<slot />
<style>
:global(*) {
box-sizing: border-box;
margin: 0;
padding: 0;
}
</style>