Mark Otto
a662f85398
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-07-04 11:53:55 -07:00
Johann-S
2cbaefc244
Update Popper.js to 1.10.8
2017-07-04 10:37:44 +02:00
Johann-S
0480a75a5a
Dropdown - Disable applyStyle modifier instead of removing inline style applied by Popper.js
2017-07-04 10:37:44 +02:00
Casper
6797e84215
fixed doc vertical-align.md "inlie" to "inline" ( #22984 )
2017-07-04 09:32:41 +02:00
Mark Otto
d785e8a53a
fixes #22979
2017-07-03 19:05:50 -07:00
Mark Otto
de78b71bab
fixes #22981
2017-07-03 19:04:31 -07:00
Mark Otto
6cf1a106d4
fixes #22968
2017-07-02 14:37:46 -07:00
Mark Otto
67245a474f
fix some busted links
2017-07-02 12:00:24 -07:00
Mark Otto
ad15fc0280
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-07-02 10:40:32 -07:00
Mark Otto
93b2682880
npm build
2017-07-02 10:40:27 -07:00
Mark Otto
3b08beb37a
follow up to 4e067f722
2017-07-01 23:40:51 -07:00
Bailey
ac3e4b71fc
Removed Japanese translation
...
The Japanese website (http://bootstrap4.jp/ ) doesn't exist therefore I removed the link to it.
2017-07-01 23:37:05 -07:00
Mark Otto
7bce8648ed
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-07-01 23:36:11 -07:00
Mark Otto
4e067f7229
remove unused $list-group-color variable; it should naturally inherit from the body
2017-07-01 23:35:57 -07:00
Mark Otto
f282a88475
update comment
2017-07-01 23:25:28 -07:00
Mark Otto
4b6d2c0b3c
put button active bg and border in the mixin params for more customization options
2017-07-01 23:25:28 -07:00
Mark Otto
e7ae1d9069
match btn transition to input
2017-07-01 23:10:01 -07:00
Mark Otto
7085988f06
doh, we already have that above
2017-07-01 23:05:51 -07:00
Mark Otto
6f073edc79
Add .text-truncate class. We already had a mixin and documented the class, so this fixes that.
2017-07-01 23:05:51 -07:00
Mark Otto
cfb383cc01
update link
2017-07-01 23:05:51 -07:00
Mark Otto
502856b5c2
update name
2017-07-01 23:05:51 -07:00
Mark Otto
4b84614e7f
Redo the "responsive helpers" files
...
- Moves the embed SCSS to the utilities subfolder
- Separate the floats from the embed docs
- Rename embed docs from responsive helpers to embeds
2017-07-01 23:05:51 -07:00
Mark Otto
58816b38b7
Move /utilities/typography to /utilities/text to match SCSS file name
2017-07-01 23:05:51 -07:00
Mark Otto
25d5ffc9f9
Move /utilities/flexbox to /utilities/flex to match name of SCSS file
2017-07-01 23:05:51 -07:00
Mark Otto
11e18af1b6
remove some unused vars, restore table-active variant
2017-07-01 22:57:19 -07:00
Mark Otto
3e2318cf7c
badge variants are generated from -colors Sass map
2017-07-01 22:57:19 -07:00
Mark Otto
848a746a89
button variants are generated from -colors Sass map
2017-07-01 22:57:19 -07:00
Mark Otto
97a5bc4870
no xs sizes being used
2017-07-01 22:57:19 -07:00
Mark Otto
c90cef019a
Add bash script to lint our variables
2017-07-01 22:57:19 -07:00
Mark Otto
337ead4b27
build dist
2017-07-01 22:25:38 -07:00
Mark Otto
44712d1600
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
2017-07-01 22:24:20 -07:00
Mark Otto
3603088454
Restore .text-muted
2017-07-01 19:01:58 -07:00
Mark Otto
2bf4de0698
Update carousel display settings
...
Use `display: block` since we're not really using any flex styles on the `.carousel-items` (only their controls and indicators). For the indicators, since moving to `width`, our indicators grow to fill available space, so we need to change `flex: 1 0 auto` to `flex: 0 1 auto` to prevent that.
2017-07-01 16:59:16 -07:00
Mark Otto
75156f419a
using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents
2017-07-01 11:21:20 -07:00
Mark Otto
2d4534e112
use @supports to apply transform3d to those who can do it, then provide a non-3d fallback to ie11
2017-07-01 11:21:20 -07:00
Mark Otto
1c64adfb41
no need for offset, use justify-content-center
2017-07-01 10:44:20 -07:00
Mark Otto
78167242b3
cleanup offsets
2017-07-01 10:42:36 -07:00
Mark Otto
7f6479b0d9
build dist
2017-06-30 15:45:27 -07:00
Mark Otto
a7a47081f2
build dist
2017-06-30 15:29:59 -07:00
Mark Otto
88b9e558fb
clip to border-box, update overlay
2017-06-30 15:28:50 -07:00
Mark Otto
77639905cb
remove a few .card-dark refs
2017-06-30 15:26:40 -07:00
Mark Otto
221f41adaf
account for new blockquote changes
2017-06-30 15:23:36 -07:00
Mark Otto
150d686a30
migration guide updated
2017-06-30 15:23:36 -07:00
Mark Otto
6af449f645
Update card docs to loop over the theme colors and use bg, border, and color utilities
2017-06-30 15:23:36 -07:00
Mark Otto
96b1e5bce5
ditch .card-blockquote for a regular .blockquote (dependent on #22949 )
2017-06-30 15:23:36 -07:00
Mark Otto
9a2b202e8e
add a bg-transparent to override bgs
2017-06-30 15:23:36 -07:00
Mark Otto
2feebccf24
make card headers and footers translucent
2017-06-30 15:23:36 -07:00
Mark Otto
180d78c013
Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color} utilities
2017-06-30 15:23:36 -07:00
Mark Otto
45722e94ac
Drop .blockquote-reverse, replace with text utils, and redesign blockquote to not have a border
2017-06-30 15:04:56 -07:00
Mark Otto
4554d74221
update redirect_from on docs pages
2017-06-30 15:04:10 -07:00