mirror of
https://github.com/modrinth/code.git
synced 2026-08-26 09:34:50 +00:00
Refactor folder structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
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>
|
||||
```
|
||||
Reference in New Issue
Block a user