How to prevent default skeleton.css from loading? #1886
-
When I look in the browser dev console I see the following line in the section <style type="text/css" data-vite-dev-id="C:/Users/.../node_modules/@skeletonlabs/skeleton/dist/themes/theme-skeleton.css">:root... I have tried everything to identity this. I am still raw with Vite. Please help. |
Beta Was this translation helpful? Give feedback.
Answered by
endigo9740
Aug 16, 2023
Replies: 1 comment 3 replies
-
Hey @devtrix, in Skeleton v1.x that theme stylesheet is typically setup in your root layout in Themes are controlled in a different manner in Skeleton v2 though, so if you need help with that let us know. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
devtrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @devtrix, in Skeleton v1.x that theme stylesheet is typically setup in your root layout in
/src/routes/+layout.svelte
. If you're wanting run a Skeleton v1 project, you can remove that theme, but make sure to replace it with another theme if you want Skeleton to operate.Themes are controlled in a different manner in Skeleton v2 though, so if you need help with that let us know.