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
sometimes you need to add custom css classes because some libraries need it. It should be easy to allow generation of:
.phx-modal { @apply opacity-100 fixed left-0 top-0 w-full h-full overflow-auto; }
from
.phx-modal { opacity: 1!important; position: fixed; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; }
The text was updated successfully, but these errors were encountered:
Yes, please make this func if you can
Sorry, something went wrong.
and option for comment the missing styles too
No branches or pull requests
sometimes you need to add custom css classes because some libraries need it. It should be easy to allow generation of:
from
The text was updated successfully, but these errors were encountered: