- 19 Mar, 2017 4 commits
-
-
Mark Otto authored
-
Pierre Vanduynslager authored
* Replace element.offet* by getBoundingClientRect() * Use variable to store BoundingClientRect * Fix cc issue...
-
Johann authored
* Fix getSelectorFromElement when # is a selector * Thanks to @vanduynslagerp remove regex to validate selector
-
Pierre Vanduynslager authored
- Create backdrop only if the menu is actually open (do not create it if the show event is prevented) - Drop the backdrop only when the corresponding menu is closed (do not remove if there is no menu to close or if the hide event is prevented)
-
- 18 Mar, 2017 10 commits
-
-
Mark Otto authored
-
-
Mark Otto authored
-
Johann authored
* Allow to use Tab.js with list-group * Allow to use list-group with div parent instead of an ul parent
-
Mark Otto authored
-
-
Mark Otto authored
- revert back to display block for list items to prevent unwanted behaviors - fixes a handful of other linked issues (see main thread) - updates docs to include more utilities for the one example
-
Theriault authored
<label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control"></span></label> VS <label class="custom-file"><input type="file" class="custom-file-input" /><span class="custom-file-control">test.txt</span></label>
-
jak authored
-
naicko authored
* Fixed some linting issues * Run npm tasks after scss cleanup * Revert "Run npm tasks after scss cleanup" This reverts commit 1103a0da. * Property sort order for grid * Let's respest the property order in the mixins * Respect property sort order in reboot file * ::-ms-expand is a vendor-prefix, add it to the scss-lint disable * Revert hover mixin comment * Fixed missing mixin hover-focus
-
- 15 Mar, 2017 1 commit
-
-
- 13 Mar, 2017 3 commits
-
-
Dominic Watson authored
Despite now having the ability to override outline-variant color, it's not actually being used so each are still #fff Related: https://github.com/twbs/bootstrap/pull/20734
-
- 12 Mar, 2017 2 commits
-
-
Bardi Harborow authored
-
Bardi Harborow authored
-
- 08 Mar, 2017 1 commit
-
-
- 05 Mar, 2017 11 commits
-
-
Starsam80 authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
-
Mark Otto authored
— Moves print display utils to display utils file — Removes all other .hidden- utils — Expands on .invisible and it's mixin to provide options for visibility: visible and visibility: hidden
-
Mark Otto authored
— Rename display docs page — Move print display utils to display utils page — Drop remaining of responsive utils page as it's being replaced with display utils — Update nav to reflect changes
-
Mark Otto authored
* Drop -x and -y as they're all the same - Also move -width to elsewhere in the vars because it makes no sense by spacers. - Update values of -x and -y across main Sass and docs Sass. * Update docs to reflect changes; link to spacing utils from options page
-
- 04 Mar, 2017 2 commits
-
-
Patrick H. Lauke authored
Update Google sourcemap resources link
-
Devinsuit authored
-
- 03 Mar, 2017 6 commits
-
-
-
Catalin Zalog authored
Based on this pen: http://codepen.io/zalog/pen/jyoyoR
-
-
Mark Otto authored
-
Rutger Laurman authored
In addition to #22011 and #21994
-
Sean Beyer authored
* Remove 'hover' from variable names * Fix indentation in variables
-