-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
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
Fix dismissible spelling #13845
Fix dismissible spelling #13845
Conversation
Getting a merge conflict—perhaps drop the compiled CSS? |
Btw, I think you can't see that there is a merge conflict here—I'm working on that at GitHub, too. Expect a change for that in the near future (and apologies for the shitty experience the last few months on that). <3 |
I dropped the compiled CSS as requested. Hope that fixes the conflict. |
Nope, still conflicts :/ |
What file(s) are having the conflict? |
I don't know either, the interface doesn't show... Anyway, just fetch the upstream master and rebase; it should be ok then. |
...but my guess would be it's because of 5b9e2bf so popovers.html. |
The use of alert-dismissable is now deprecated in correspondence with twbs/bootstrap#13845
Based on #10404.
In the code we use
dismissable
, while it should bedismissible
. (Dictionary entry)I changed all references in the docs, but kept a copy of the old class name in the
alerts.less
file, marked as deprecated, for backwards compatibility.