Is there any way to get list of all enabled themes in run time? #3521
kikamorasuzuki
started this conversation in
General
Replies: 1 comment
-
daisyUI and Tailwind CSS are dev-dependencies. They only run at build time to generate a CSS file. The CSS file is the only thing that goes to browser. You can search in the CSS file at run time to find all the available themes. What's the use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't want read enabled themes from config, I want access them after build, is this possible?
Beta Was this translation helpful? Give feedback.
All reactions