Replies: 1 comment
-
It's the same thing basically. Nothing to worry about |
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
-
So when customizing a theme the docs say to use this syntax:
...require("daisyui/src/theming/themes")["light"],
However my lint rules have a moan about that and I need to end up disabling a few in my tailwind.config.ts
Whilst having a hack around with this I'm now using this approach:
Is this going to cause problems down the line? At this stage it all seems to work fine and I am getting no complaints, but I'm still quite a novice when it comes to coding so thought I would quickly check in here and see if I've messed up....
Beta Was this translation helpful? Give feedback.
All reactions