6 lines
274 B
Markdown
6 lines
274 B
Markdown
Base should be applied to a "root" element, like `<body>`, to provide base styles for common things like text. The theme mode, `light-theme`, `dark-theme`, or `oled-theme`, should also be added to this element.
|
|
|
|
```svelte example
|
|
<div class="base theme-light">...</div>
|
|
```
|