| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-10-08 | Move border-radius mixin from scss/_mixins.scss to ↵ | Chris Rebert | 2 | -3/+3 | |
| scss/mixins/_border-radius.scss Reunites the family. Closes #17791 | |||||
| 2015-10-07 | Move border-radius mixin from scss/_mixins.scss to ↵ | Chris Rebert | 2 | -6/+6 | |
| scss/mixins/_border-radius.scss Reunites the family. Closes #17791 | |||||
| 2015-10-01 | v4 - flexbox ie10+ compatibility | Catalin Zalog | 1 | -0/+1 | |
| 2015-10-01 | Update _grid.scss | Marko Prelec | 1 | -1/+0 | |
| Removed empty row. | |||||
| 2015-09-30 | Rename .scsslint.yml to .scss-lint.yml | nextgenthemes | 1 | -0/+0 | |
| 2015-09-29 | Removed trailing whitespace | Chris Bell | 1 | -1/+0 | |
| 2015-09-29 | Fix for Issue #17711 - Added clearfix mixin to the nav-pills class. | Chris Bell | 1 | -0/+2 | |
| 2015-09-27 | Change grid and container sizes to px | Gleb Mazovetskiy | 3 | -32/+37 | |
| Changes grid and container sizes to `px`, as the viewport pixel size does not depend on the font size. The actual em values were inconsistent with the docs, while the docs were not the same as the comments: * `sm` breakpoint was 34em (544px) not 480px. * `lg` container max-width was 60rem (960px), less gutter than `md`. Changed to 940px, same as Bootstrap 3. * `xl` container max-width was 72.25rem which is 1140px not 1156px. Changed to 1140px matching the comment but not the docs. Addresses #17070 and #17388. | |||||
| 2015-09-26 | Add variable for card-link hover state | Andrey | 2 | -1/+4 | |
| 2015-09-25 | Reset iOS rounded inputs | Leslie | 1 | -0/+2 | |
| They can be rounded later on if $enable-rounded: true. | |||||
| 2015-09-23 | Add variable for card background color | Aleksey Khudyakov | 2 | -1/+2 | |
| 2015-09-22 | Merge pull request #17589 from vsn4ik/use_scss_if_not | Mark Otto | 1 | -5/+2 | |
| v4 - Use "@if not $bool" expression | |||||
| 2015-09-21 | Just some spaces... | Catalin Zalog | 1 | -1/+1 | |
| 2015-09-15 | fixes border-width issues when customizing font-size by using 1px instead of ↵ | Mark Otto | 2 | -7/+7 | |
| .0625rem as default -width | |||||
| 2015-09-14 | remove not used popover fallback variables | Rakhat Jabagin | 1 | -2/+0 | |
| 2015-09-13 | Use "@if not $bool" selector | vsn4ik | 1 | -5/+2 | |
| 2015-09-12 | fixes #17583: only include clearfix on make-container mixin when not in flex ↵ | Mark Otto | 1 | -1/+4 | |
| mode | |||||
| 2015-09-11 | Merge remote-tracking branch 'twbs/v4-dev' into patch-1 | Alexandr Kondrashov | 36 | -289/+314 | |
| Conflicts: scss/_custom-forms.scss scss/_variables.scss | |||||
| 2015-09-10 | Border width variable in list group items | Guilherme Duarte | 1 | -3/+3 | |
| Added usage of $border-width variable in all _list-group.scss references | |||||
| 2015-09-09 | Drop cursor pointer for button role | David Leuliette | 1 | -11/+0 | |
| 2015-09-06 | Merge pull request #17495 from vsn4ik/mv_text_hide | Chris Rebert | 2 | -1/+1 | |
| v4 - Rename file with text-hide mixin | |||||
| 2015-09-06 | Fixes #17486: start work on responsive cards for decks, groups, and columns | Mark Otto | 1 | -67/+75 | |
| 2015-09-06 | Rename file with text-hide mixin | vsn4ik | 2 | -1/+1 | |
| 2015-09-05 | Fixes #17230: Renames .navbar-static-top to .navbar-full and adds docs for it | Mark Otto | 1 | -2/+2 | |
| 2015-09-05 | remoe comment /cc @cvrebert | Mark Otto | 1 | -1/+1 | |
| 2015-09-05 | Merge pull request #17364 from twbs/avoid-parent-selector-suffix2 | Gleb Mazovetskiy | 4 | -25/+15 | |
| Remove all uses of `selector &` to support nested import | |||||
| 2015-09-04 | float the breadcrumb items to deal with that pesky inline-block madness | Mark Otto | 1 | -3/+3 | |
| 2015-09-03 | only apply border radius mixins if rounded corners are enabled; alternate ↵ | Mark Otto | 1 | -8/+16 | |
| fix to #17426 | |||||
| 2015-09-02 | Added .navbar-toggleable-md class | Luke Bonaccorsi | 1 | -0/+5 | |
| In Bootstrap 3, the menu collapsed on the -sm- breakpoint, I believe the equivalent of this breakpoint in Bootstrap 4 is actually the -md- breakpoint. The navbar currently has no option to collapse at the -md- breakpoint and I'd like to add this. | |||||
| 2015-09-02 | Add a license header to bootstrap.scss | Xavier Gallardo | 1 | -1/+7 | |
| 2015-09-02 | Adding new line to end of file | David Baughman | 1 | -1/+1 | |
| 2015-09-02 | Merge pull request #17168 from kkirsche/patch-19 | Mark Otto | 4 | -6/+6 | |
| v4 - Rename .img-responsive class to .img-fluid | |||||
| 2015-09-02 | Update all usages of 'control-label' with 'form-control-label' in docs | Andrew Smith | 2 | -2/+2 | |
| 2015-09-01 | Use the body color for dropdown menu text | Kevin Kirsche | 1 | -0/+1 | |
| Fix #17276 | |||||
| 2015-09-01 | linter | Mark Otto | 1 | -2/+2 | |
| 2015-09-01 | mention overrides too | Mark Otto | 1 | -1/+1 | |
| 2015-09-01 | Merge pull request #17358 from tomByrer/patch-1 | Mark Otto | 1 | -1/+1 | |
| clarifies that normalize.css is a dependency of reboot | |||||
| 2015-09-01 | fixes #17379: override search input box-sizing to match our global overrides | Mark Otto | 1 | -0/+2 | |
| 2015-09-01 | fixes #17385: add var for default link decoration | Mark Otto | 2 | -1/+2 | |
| 2015-09-01 | Rename .img-responsive class to .img-fluid | Kevin Kirsche | 4 | -6/+6 | |
| Fix #17166 | |||||
| 2015-09-01 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+6 | |
| 2015-09-01 | fixes #17412: reverse display heading classes to match h1-h6 headings | Mark Otto | 1 | -4/+4 | |
| 2015-09-01 | Merge pull request #17334 from neilhem/media-flex-align | Mark Otto | 1 | -0/+6 | |
| Media vertical align flexbox classes | |||||
| 2015-09-01 | fix #17356 | Mark Otto | 1 | -1/+1 | |
| 2015-09-01 | Merge pull request #17333 from neilhem/combine-size-mixins | Mark Otto | 1 | -5/+1 | |
| Combine size & square mixins into one | |||||
| 2015-09-01 | Merge pull request #17259 from twbs/v4gc | Mark Otto | 2 | -4/+9 | |
| v4: Conditional predefined grid classes | |||||
| 2015-09-01 | Merge pull request #17362 from omeid/v4-container-mixin | Mark Otto | 2 | -6/+11 | |
| Semantic grid: add make-container-breakpoint | |||||
| 2015-09-01 | Apply !default to SCSS variables | Catalin Zalog | 1 | -2/+1 | |
| Missed one variable :( | |||||
| 2015-08-29 | Merge pull request #17331 from twbs/fix-17323 | Chris Rebert | 2 | -4/+4 | |
| rm unused $state param from form-control-validation mixin | |||||
| 2015-08-27 | Merge branch 'v4-dev' into v4-media-breakpoint-between | David Baughman | 4 | -24/+2 | |
