Egor Gavrilov

Results 1 comments of Egor Gavrilov

You could just add id to that div ```html %sveltekit.body% ``` And then configure semantic root element in your scss file ```scss @use "@picocss/pico/scss/pico" with ( $semantic-root-element: "#app", ); ```