mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
8 lines
115 B
Svelte
8 lines
115 B
Svelte
<style lang="scss">
|
|
ul {
|
|
padding-left: 0;
|
|
margin-bottom: 2px;
|
|
}
|
|
</style>
|
|
|
|
<ul><slot/></ul>
|