Replies: 1 comment 1 reply
-
Hi @razonyang, Thank you for reaching out. We reviewed your question but couldn’t determine which specific package you’re referring to. Could you please provide more details or context? This will help us assist you more effectively. Regarding customizing options in FlyonUI, such as enabling all themes, you can do it like this: @import "tailwindcss";
@plugin "flyonui" {
themes: all;
}
@import "flyonui/variants.css";
@plugin "@iconify/tailwind4";
@source "../"; You might also find the following documentation helpful for more on theme customization. Best regards, |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi, I got a package that hard coded the following style.
Now, I'd like to allow users to change some options of FlyonUI, for example.
Since the users cannot edit that style file, is it valid to invoke the
@plugin
directive twice? Is there any workaground? Thanks.Beta Was this translation helpful? Give feedback.
All reactions