mirror of
https://github.com/ankitects/anki.git
synced 2026-01-17 15:59:03 -05:00
7 lines
87 B
Svelte
7 lines
87 B
Svelte
<style lang="scss">
|
|
li {
|
|
display: inline;
|
|
}
|
|
</style>
|
|
|
|
<li><slot/></li>
|