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
Not sure if this is an issue per se, but I noticed line 1157 in docs/index.html
<div class="modal-footer"> <a href="#" class="btn primary">Primary</a> <a href="#" class="btn secondary">Secondary</a> </div>
the .primary class is defined, but not the .secondary class. Is this intentional?
The text was updated successfully, but these errors were encountered:
It's meant to be there for any additional styles you might want to apply, but it's also there for javascript click events.
Sorry, something went wrong.
Cool, thanks for the clarification.
No branches or pull requests
Not sure if this is an issue per se, but I noticed line 1157 in docs/index.html
the .primary class is defined, but not the .secondary class. Is this intentional?
The text was updated successfully, but these errors were encountered: