aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-06tweak sizingMark Otto1-1/+1
2016-02-06move the url to the variable valueMark Otto2-6/+6
2016-02-06update to latest from @thekondrashov's jsfiddleMark Otto1-3/+3
2016-02-06Merge branch 'patch-1' of https://github.com/thekondrashov/bootstrap into ↵Mark Otto2-8/+8
thekondrashov-patch-1
2016-02-06gruntMark Otto8-20/+16
2016-02-06Merge pull request #19102 from twbs/v4-center-utilsMark Otto6-34/+14
v4: Drop .center-block for new-ish .m-x-auto
2016-02-06Merge pull request #18488 from vsn4ik/v4-use-mixin-for-text-mutedMark Otto1-3/+1
Use text-emphasis mixin for .text-muted
2016-02-06Fixes #18562: Disable Hound for RubyMark Otto1-2/+6
2016-02-06Merge branch 'v4-dev' into v4-center-utilsMark Otto2-3/+6
2016-02-06migration notes for the text utils changesMark Otto1-2/+2
2016-02-06cross ref the type utils in the type docsMark Otto1-0/+4
2016-02-06rogue line breakMark Otto1-1/+0
2016-02-06add note to migration docsMark Otto1-2/+3
2016-02-06Drop .center-block for .m-x-autoMark Otto5-34/+13
- Both classes do about the same thing, but with different names - Clarifies docs for .m-x-auto requiring a fixed width block element for it to work - Add missing heading for clearfix section in docs (unrelated)
2016-02-06gruntMark Otto2-2/+2
2016-02-06Strip out .err from our syntax highlighting styles because it fucks up our ↵Mark Otto1-1/+0
placeholders in code snippets
2016-02-06gruntMark Otto10-448/+1002
2016-02-06Merge pull request #19099 from twbs/v4-grid-reduxMark Otto16-117/+370
v4: Grid redux
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto3-5/+30
2016-02-06Merge pull request #19098 from twbs/v4-font-stackMark Otto5-8/+35
v4: Native system font stack for sans-serif
2016-02-06unrelated linting bsMark Otto1-0/+2
2016-02-06Merge branch 'v4-dev' into v4-font-stackMark Otto27-652/+785
2016-02-06linting grid cssMark Otto1-3/+3
2016-02-06documentMark Otto2-3/+28
2016-02-06Update to drop Open Sans, add Fira and Droid SansMark Otto1-1/+1
2016-02-06mention media query changesMark Otto1-0/+1
2016-02-06document migration for grid system /cc #17593Mark Otto1-1/+10
2016-02-06document how to customize grid tiersMark Otto1-0/+22
2016-02-06update grid vars docsMark Otto1-4/+10
2016-02-06formattingMark Otto1-2/+1
2016-02-06use px in grid col padding since we're using px everywhere else for themMark Otto1-1/+1
2016-02-06lintingMark Otto2-9/+9
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto1-2/+2
2016-02-06linterMark Otto1-2/+2
2016-02-06Merge branch 'v4-dev' into v4-grid-reduxMark Otto24-645/+760
2016-02-06Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto4-330/+338
2016-02-06linter overhaulMark Otto20-315/+422
2016-02-06disable linterMark Otto1-0/+2
2016-02-06Ugh, Sass doesn't do extends across media, so we can't use placeholder hereMark Otto3-21/+5
2016-02-06property order and white spaceMark Otto1-2/+2
2016-02-06property orderMark Otto1-1/+1
2016-02-06More grid updatesMark Otto4-39/+44
- Flexbox responsive behavior fixed with specific .col-{breakpoint} classes now added - Dropped the make-col mixin in favor of a column-basics placeholder that we can extend across our grid infrastructure - Updated docs to use required .col-xs-12 (as a safeguard for when folks enable flexbox mode--this isn't necessary in default grid mode) - Update flexbox grid docs to include responsive docs, tweak some other bits too
2016-02-06flip things around again, no more base class, try out some new stuff to keep ↵Mark Otto15-187/+216
responsive flex grid working
2016-02-06simpler, more specific docs example cssMark Otto1-1/+3
2016-02-06document horizontal flex utils, update the classes for the middle vertical onesMark Otto1-2/+53
2016-02-06add horizontal flex utilsMark Otto1-0/+9
2016-02-06rename vertical align flex utils to middle to avoid clash with horizontal centerMark Otto1-2/+2
2016-02-06more accurate commentsMark Otto1-2/+2
2016-02-06Tweak docs example CSS for flexbox grid colsMark Otto1-0/+10
2016-02-06Add vertical alignment docs for flexbox gridMark Otto1-0/+62