The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Developed by twbs (Organization)
Primary language: CSS
October 20, 2017
October 23, 2017
JavaScript (331.56 kB), HTML (109.43 kB), CSS (348.05 kB), PowerShell (935.00 bytes), Ruby (7.66 kB), Shell (3.98 kB)
241
241
116930
7123
Mark Otto on October 20, 2017 for v4.0.0-beta.2
Beta 2 is here! Read the full ship list for details on what issues were closed and PRs merged.
.offset-
modifiers in #23445. Originally our intent was to supplement this with our margin utilities, but we underestimated the appeal of fixed number column offsets.color
from .badge
, and it's associated $badge-color
variable, in #23529.grayscale
function to gray
to avoid breaking CSS native grayscale
filter in #23579..table-inverse
, .thead-inverse
, and .thead-default
to .*-dark
and .*-light
, matching our color schemes used elsewhere in #23560..table-responsive-{sm,md,lg,xl}
to the already present .table-responsive
. You might need to adjust your usage depending on when you want a table to resize. See #22804.bootstrap.bundle.js
and bootstrap.bundle.min.js
. See #23735.float
to flexbox in #23683.color-yiq
from a mixin that included the color
property to a function that returns a value, allowing you to use it for any CSS property. For example, instead of color-yiq(#000)
, you'd write color: color-yiq(#000);
.