-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DaisyUI not working #202
Comments
If you want help, you need to provide more information. Additionally, this probably isn't even the right repository to ask for help regarding DaisyUI, since everything related to that belongs to either DaisyUI or actual tailwind. My tailwind.config.js looks something like below, and django, django-tailwind, tailwind, and DaisyUI work really well together.
|
@oliverhaas what other settings did you cahnge? I copied your file directly and also added these
but the issue I have is that classes like
dont give me my success color(they are treated like they dont exist). The only colors I get are primary and secondary I installed django-tailwind the way in the documentation |
Hello everyone, i want to use DaisyUI on my project.
I've add
require('daisyui'),
as instructed in their web, my site still only recognize tailwind class not the daisy UI.Thanks in advance.
The text was updated successfully, but these errors were encountered: