https://github.com/twbs/bootstrap

sort by:
Revision Author Date Message Commit Date
4b6d2c0 put button active bg and border in the mixin params for more customization options 02 July 2017, 06:25:28 UTC
e7ae1d9 match btn transition to input 02 July 2017, 06:10:01 UTC
7085988 doh, we already have that above 02 July 2017, 06:05:51 UTC
6f073ed Add .text-truncate class. We already had a mixin and documented the class, so this fixes that. 02 July 2017, 06:05:51 UTC
cfb383c update link 02 July 2017, 06:05:51 UTC
502856b update name 02 July 2017, 06:05:51 UTC
4b84614 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 02 July 2017, 06:05:51 UTC
58816b3 Move /utilities/typography to /utilities/text to match SCSS file name 02 July 2017, 06:05:51 UTC
25d5ffc Move /utilities/flexbox to /utilities/flex to match name of SCSS file 02 July 2017, 06:05:51 UTC
11e18af remove some unused vars, restore table-active variant 02 July 2017, 05:57:19 UTC
3e2318c badge variants are generated from -colors Sass map 02 July 2017, 05:57:19 UTC
848a746 button variants are generated from -colors Sass map 02 July 2017, 05:57:19 UTC
97a5bc4 no xs sizes being used 02 July 2017, 05:57:19 UTC
c90cef0 Add bash script to lint our variables 02 July 2017, 05:57:19 UTC
337ead4 build dist 02 July 2017, 05:25:38 UTC
44712d1 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 02 July 2017, 05:24:20 UTC
3603088 Restore .text-muted 02 July 2017, 02:01:58 UTC
2bf4de0 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. 01 July 2017, 23:59:16 UTC
75156f4 using max-width in flex: 1 0 auto; in ie11 offsets the center-aligned contents 01 July 2017, 18:21:20 UTC
2d4534e use @supports to apply transform3d to those who can do it, then provide a non-3d fallback to ie11 01 July 2017, 18:21:20 UTC
1c64adf no need for offset, use justify-content-center 01 July 2017, 17:44:20 UTC
7816724 cleanup offsets 01 July 2017, 17:42:36 UTC
7f6479b build dist 30 June 2017, 22:45:27 UTC
a7a4708 build dist 30 June 2017, 22:29:59 UTC
88b9e55 clip to border-box, update overlay 30 June 2017, 22:28:50 UTC
7763990 remove a few .card-dark refs 30 June 2017, 22:26:40 UTC
221f41a account for new blockquote changes 30 June 2017, 22:23:36 UTC
150d686 migration guide updated 30 June 2017, 22:23:36 UTC
6af449f Update card docs to loop over the theme colors and use bg, border, and color utilities 30 June 2017, 22:23:36 UTC
96b1e5b ditch .card-blockquote for a regular .blockquote (dependent on #22949) 30 June 2017, 22:23:36 UTC
9a2b202 add a bg-transparent to override bgs 30 June 2017, 22:23:36 UTC
2feebcc make card headers and footers translucent 30 June 2017, 22:23:36 UTC
180d78c Drop .card-{color} modifiers for .bg-{color}, .text-{color}, and .border-{color} utilities 30 June 2017, 22:23:36 UTC
45722e9 Drop .blockquote-reverse, replace with text utils, and redesign blockquote to not have a border 30 June 2017, 22:04:56 UTC
4554d74 update redirect_from on docs pages 30 June 2017, 22:04:10 UTC
477ea0c add css-docs task to the dist build 30 June 2017, 20:35:58 UTC
eedbe43 build dist 30 June 2017, 20:15:09 UTC
7eafb16 update that docs bit too 30 June 2017, 18:44:09 UTC
3afb571 formatting 30 June 2017, 18:44:09 UTC
3fd0708 this were removed 30 June 2017, 18:44:09 UTC
6b34cba drop that part of the docs, not applicable 30 June 2017, 18:44:09 UTC
16781be drop the mixins 30 June 2017, 18:44:09 UTC
deeae4f Update _grid-framework.scss 30 June 2017, 18:44:09 UTC
4982926 Drop offsets and push/pull for new order variants 30 June 2017, 18:44:09 UTC
8b34a0e ios9 and up opera 30 June 2017, 18:42:56 UTC
ba3fb3c narrow browser support in postcss 30 June 2017, 18:42:56 UTC
e28ed02 dist build 30 June 2017, 16:05:44 UTC
d30b5b1 remove unused mixin, fix variable 30 June 2017, 16:01:39 UTC
e47cc74 update usage elsewhere 30 June 2017, 16:01:39 UTC
b013b98 remove grid gutter sass map as it's output css was all jacked up 30 June 2017, 16:01:39 UTC
e51749e Merge pull request #22836 from twbs/colors-redux v4: Colors redux 30 June 2017, 15:58:35 UTC
7cebaa8 callout for future sass implementation [skip ci] 30 June 2017, 15:55:16 UTC
56d43eb Merge branch 'v4-dev' into colors-redux 30 June 2017, 15:33:09 UTC
f83c981 build dist 30 June 2017, 15:32:49 UTC
ac00c73 update comment 30 June 2017, 06:17:18 UTC
d1fa065 Merge branch 'colors-redux' of https://github.com/twbs/bootstrap into colors-redux 30 June 2017, 06:16:02 UTC
6055453 Merge branch 'v4-dev' into colors-redux 30 June 2017, 06:15:48 UTC
964e068 Drop the old $gray- variables for the new color range 30 June 2017, 06:15:27 UTC
a21a9f3 add map function for grays 30 June 2017, 06:06:46 UTC
ac2ce9e Merge branch 'v4-dev' into colors-redux 30 June 2017, 06:01:35 UTC
f46f26b build 30 June 2017, 04:31:11 UTC
41f8af8 fix broken links on Utilities for layout page 29 June 2017, 22:41:50 UTC
6fbceb2 remove $state-vars now 28 June 2017, 16:38:27 UTC
0f232de move table variants to use sass map 28 June 2017, 16:36:27 UTC
3e0375e move list group variants to be generated from sass map 28 June 2017, 16:29:59 UTC
91b587a remove now unused alert variant variables 28 June 2017, 16:23:10 UTC
86dc1cb Fix accidental removing of babel-plugin-transform-es2015-modules-strip 28 June 2017, 09:30:49 UTC
64008ad Merge branch 'v4-dev' into colors-redux 28 June 2017, 02:59:09 UTC
db73299 Update migration.md to fix minor typo 27 June 2017, 10:59:29 UTC
41f4ddb Merge branch 'v4-dev' into colors-redux 26 June 2017, 22:17:48 UTC
0622a59 fixes #22908 26 June 2017, 14:59:20 UTC
3db4984 Merge branch 'v4-dev' into colors-redux 26 June 2017, 02:25:34 UTC
c2a0abb build 26 June 2017, 02:25:26 UTC
2f1bcaa Merge branch 'v4-dev' into colors-redux 26 June 2017, 01:42:14 UTC
9bfbee3 add border color utilities 26 June 2017, 01:39:14 UTC
f8d6121 revamp button docs to loop over theme colors 26 June 2017, 01:31:34 UTC
52cf0fe update instances of .bg-inverse and .bg-faded to .bg-dark and .bg-light 26 June 2017, 01:31:23 UTC
6c595d2 add theme-color-level function and interval so we can generate shades of colors 26 June 2017, 01:31:03 UTC
9372eef rename .card-inverse to .card-dark, update docs to match 26 June 2017, 01:30:24 UTC
36e482e update navbars to rename .navbar-inverse to .navbar-dark, update all navbar examples and variables 26 June 2017, 01:29:43 UTC
2392047 update alert component to use theme sass map and add a ton of options in the process 26 June 2017, 01:22:51 UTC
fc053ed update background utils 26 June 2017, 01:16:37 UTC
aa83c4f update badges to use the theme colors sass map 26 June 2017, 01:15:32 UTC
b4879ec remove bg styles 26 June 2017, 01:14:02 UTC
a0fb496 update rendering of colors in options.md 26 June 2017, 01:12:50 UTC
370e299 modify contrast value 26 June 2017, 01:11:16 UTC
b973fe6 update theme colors 26 June 2017, 01:08:43 UTC
4ae7d81 Revert #22534 - Add grunt to our devDependencies (#22897) 22 June 2017, 20:26:13 UTC
d992031 Writing style Tweaks to accessibility.md * fix accessibility.md * Update accessibility.md 21 June 2017, 11:02:24 UTC
38ddf9e Fix modal overflow with our navbar documentation and fix typo (#22864) * Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example 21 June 2017, 09:47:14 UTC
222eddd Merge branch 'v4-dev' into colors-redux 19 June 2017, 01:32:42 UTC
16d77b4 build 19 June 2017, 01:32:16 UTC
eed4276 Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev 19 June 2017, 01:31:00 UTC
7e2d41b remove mention of postcss-flexbugs-fixes from docs 19 June 2017, 01:17:48 UTC
440af84 remove postcss-flexbugs-fixes from build process 19 June 2017, 01:17:48 UTC
532493e Updated flex-basis property to fix issue #18569 in .scss files 19 June 2017, 01:17:48 UTC
1a23321 Update _buttons.scss 18 June 2017, 17:53:27 UTC
597e9f8 remove - vars, update docs to generate from data yml files, update mixins, and generate card, button, bg, and color classes from the sass map 18 June 2017, 09:57:16 UTC
74f1d00 Merge branch 'v4-dev' into colors-redux 18 June 2017, 09:19:34 UTC
845320f `@mixin pagination-size()` doesn't apply line-height 18 June 2017, 09:11:33 UTC
back to top