mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
10 lines
130 B
Svelte
10 lines
130 B
Svelte
<style lang="scss">
|
|
ul {
|
|
padding-inline-start: 0;
|
|
margin-bottom: 2px;
|
|
}
|
|
</style>
|
|
|
|
<ul>
|
|
<slot />
|
|
</ul>
|