- 01 Nov, 2016 4 commits
-
-
Mark Otto authored
* make spacer utils responsive by grid tier * update scale to add two levels, document them * change responsive spacing utils to avoid the xs abbreviation in the class name for that tier * update code snippet to match source * update usage in our docs * linter * docs updates
-
Johann authored
-
Bardi Harborow authored
-
Rodrigo Castro authored
-
- 31 Oct, 2016 1 commit
-
-
Alberto Roura authored
-
- 30 Oct, 2016 14 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Ilias authored
* Fix #17964 Some browsers are lazy when updating dom elements after transition effects. This can be fixed by reading element properties such as offsetHeight or offsetWidth. However, creating a function using the Function constructor just to access such element, results in a violation of Content Security Policy (where applied), which in turn crashes the application. This fix actually reverts to the way this was handled in v3 and should work as intended.
-
Catalin Zalog authored
Firefox requires a width and flex-basis value to size the input field correctly. Despite the width being 1%, the input will size correctly at all parent widths. http://codepen.io/zalog/pen/bpMJmv
-
Mark Otto authored
floated content has to come first in the DOM, otherwise you can get alignment bugs. in flexbox though, that's not the case. as such, i'm adding this example code to guide folks to the changes needed to move between default and flex modes.
-
https://github.com/rosskevin/bootstrapMark Otto authored
Merge branch 'v4-flex-list-group' of https://github.com/rosskevin/bootstrap into rosskevin-v4-flex-list-group
-
Mark Otto authored
-
-
Mark Otto authored
-
Valentine Abanosimov authored
-
Valentine Abanosimov authored
-
Valentine Abanosimov authored
-
- 29 Oct, 2016 2 commits
- 28 Oct, 2016 19 commits
-
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
-
Mark Otto authored
Alphabetized carousel options & added "ride" to it
-
Mark Otto authored
Zero out the default margin-bottom on label.custom-file
-
Mark Otto authored
Re-use 'between' mixin for 'only' mixin
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
Add some properties to the list of property order in .scss-lint.yml
-
Mark Otto authored
Visibility mixin
-
Mark Otto authored
Proper input group sizing and alignment in flexbox mode
-
Mark Otto authored
Add a min-height: 1.5rem; to custom controls
-
Mark Otto authored
Calculcate the top offset for custom control indicators
-
Mark Otto authored
-
Mark Otto authored
-