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
if you use prefix in tailwind then default modal styles doesn't work is there a good way to somehow overpass it?
The text was updated successfully, but these errors were encountered:
You can use the new css parameter in v1.0.7 to pass your own styles for the background, modal and close.
{ background: '', // your tailwind class names go here modal: '', close: '' }
I'll have a look into taking prefix into account in a future release.
Sorry, something went wrong.
craigharman
No branches or pull requests
if you use prefix in tailwind then default modal styles doesn't work is there a good way to somehow overpass it?
The text was updated successfully, but these errors were encountered: