mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
10 lines
226 B
Svelte
10 lines
226 B
Svelte
<ul class="collapsible u-width-full-line" style="--p-toggle-border-color: var(--aw-color-border);">
|
|
<slot />
|
|
</ul>
|
|
|
|
<style>
|
|
.collapsible {
|
|
padding-block-start: 0;
|
|
padding-block-end: 2rem;
|
|
}
|
|
</style> |