Replies: 2 comments 3 replies
-
@rac146 since this falls under the umbralla of a support question, I've converted this from a GitHub Issue to a Discussion post under the Q&A Label. Per your issue, you should have full control over where your theme file lives. Instead of dropping it in the root of the project, you could perhaps implement it in Of course, make sure to update the pathing with the Tailwind config import statement as well. |
Beta Was this translation helpful? Give feedback.
-
After working with this for the past few days, I think if you were able to expose the extended properties, similar to Something simple like:
Or just change |
Beta Was this translation helpful? Give feedback.
-
I currently have a need to access the background image of the current theme of Skeleton. I searched all over but couldn't find a way to do it, so this ended up being my implementation:
I can then access the background image via my new css variables. Is there a way that these can be accessed directly or can it it eventually be added to the library?
What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
No response
Beta Was this translation helpful? Give feedback.
All reactions