mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 21:57:12 -05:00
7 lines
87 B
Svelte
7 lines
87 B
Svelte
<style lang="scss">
|
|
li {
|
|
display: inline;
|
|
}
|
|
</style>
|
|
|
|
<li><slot/></li>
|