We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, the command this class is supposed to disable the outline, but it doesn't
<Input type="text" placeholder="Enter your email address" class="focus:outline-none"> </Input>
I'm running django-tailwind = "^3.8.0" via a poetry installation
django-tailwind = "^3.8.0"
edit: full code viewable here: https://github.com/jst2702/tailwind_django_template/blob/mini-projects/crm/templates/crm/signup.html#L32
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, the command this class is supposed to disable the outline, but it doesn't
I'm running
django-tailwind = "^3.8.0"
via a poetry installationedit: full code viewable here: https://github.com/jst2702/tailwind_django_template/blob/mini-projects/crm/templates/crm/signup.html#L32
The text was updated successfully, but these errors were encountered: