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
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Use linear-gradient instead of -webkit-linear-gradient
.progress-striped .progress-bar is deprecated use .progress-bar-striped instead (wolfy1339/m8tro-bootstrap@51c4668 – Ignore background-size changes & changes made to .progress)
Jumbotron
::selection
doesn't show up like you would expect with a background.jumbotron
blend in with the background (Ref: Change the color of links in the jumbotron #10).jumbotron
(Ref: wolfy1339/m8tro-bootstrap@7220cf7)Tables
<tr>
with.fa
inside a.table-hover
(Ref: Move td:hover > .fa styles in order to fix them when hovering a table row #9)Iconography
.glyphicon
s receive no styling when.fa
does (Ref: wolfy1339/m8tro-bootstrap@e59f67a – Ignorefont-weight
change for<strong>
Tooltips and Popovers
.tooltip-arrow
&.popover > .arrow
) should be hiddenProgress Bars
.progress-bar
is not cross-platform (Currently WebKit only) (Ref: wolfy1339/m8tro-bootstrap@30cf0e9)90deg
instead of0
linear-gradient
instead of-webkit-linear-gradient
.progress-striped .progress-bar
is deprecated use.progress-bar-striped
instead (wolfy1339/m8tro-bootstrap@51c4668 – Ignorebackground-size
changes & changes made to.progress
).progress
(Ref: wolfy1339/m8tro-bootstrap@51c4668 – Ignore all changes not made to.progress
)Text Emphasis Classes
Buttons
9/m8tro-bootstrap@9d5526ac6be19afda61c67af3e4df21debee30e3)
LESS files
@headings-font-family
should be set to inherit (default Bootstrap value)theme.less
://
so that they don't output to the generated CSS (Ref: wolfy1339/m8tro-bootstrap@e08904f).bg-variant
mixin for custom background variantsGulpfile
clean-css
as Bootstrap (Guide: https://github.com/less/less-plugin-clean-css#programmatic-usage)less-plugin-autoprefix
as it causes errors with sourcemaps (Ref: ENOENT Error less/less-plugin-autoprefix#17) and usegulp-autoprefixer
insteadless-plugin-clean-css
withgulp-clean-css
gulp-sourcemaps
to add.min
to the file extension for minified files (Ref: wolfy1339/m8tro-bootstrap@169f93a)The text was updated successfully, but these errors were encountered: