This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
Replies: 1 comment 2 replies
-
@saadeghi I have create a branch here: https://github.com/ubeac/svelte/tree/903-daisyui-integration At this step we need to link css file, though we have the option to import scss file as well. Please share your idea. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I started working on the project and began with figuring out the files structure and how to add a new set of component styles in
src/scss
Currently the components and the the document site itself are both using Tabler styles (generated from
src/scss/tabler
)The challenge would be how to make the component demos get styles from an alternative set of Sass files (
src/scss/daisyui
) without breaking the document site itself.Should I use a new prefix instead of
u-
(and if yes, how to handle changing the class names of all components from the docs)?It looks like currently there is no functionality to change the CSS file for the components without affecting the document site.
@pournasserian Let me know if I'm missing something here.
Beta Was this translation helpful? Give feedback.
All reactions