You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@glebm or @thomas-mcdonald I've added a section to this list with three bullets (pulled from the v3.1.0+2 release) to stub out some of the changes for the Sass port. Can you elaborate, add issue numbers where appropriate, and add anything else you needed?
Do not comment on this issue.
CSS
.btn:focused
styles to.btn.active:focused
for improved accessibility.margin
on.list-inline
s so we don't override thepadding-left
on the first list item.@navbar-height
instead on.navbar-brand
to prevent element from being shorter than navbar height. Corrects a change introduced in v3.1.0.border-radius
to tables when in panels for proper rounding with all background settings.:-moz-placeholder
styles.carousel.less
for the Glyphicon classes.:extend(.img-responsive)
instead of mixin in thumbnail and carousel.-webkit-appearance: none;
.-o-user-select
.@blockquote-font-size
variable for calculated text size.@popover-arrow-width
for popover offsets.border
colors to use computed values rather than static ones.Sass
scale
mixin Sass compatibility issueJavaScript
Docs
.container-fluid
.data-toggle="dropdown"
..bs-docs-
.Examples
Build tools
csslint
task./docs/dist/
to theclean
task.csscomb
task.grunt
runs properly in Bower installations.The text was updated successfully, but these errors were encountered: