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
Can archive this adding a default parameter to set a custom class in the first
#createToastContainer
modal.classList.add('modal')
The text was updated successfully, but these errors were encountered:
@mila76
I'm sorry, I don't quite understand what you are suggesting or wish to achieve here.
Can you please clarify?
Sorry, something went wrong.
with "namespace" you can overwrite default class without trouble... have less problem with name collision etc .modal -> .namespace .modal
.modal -> .namespace .modal
I created a pool request with my modification and rollup building I'm not a great expert on this hope can be useful
No branches or pull requests
Can archive this adding a default parameter to set a custom class in the first
#createToastContainer
and inmodal.classList.add('modal')
The text was updated successfully, but these errors were encountered: