| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2016-09-11 | Swap for custom svg background that we can embed to set the color of the ↵ | Mark Otto | 1 | -0/+2 | |
| stroke via Sass variable | |||||
| 2016-09-08 | #14840 - Use color variables consistently | Kovah | 1 | -33/+33 | |
| Replaces some raw colors with the appropriate color variables Example: #eee will be replaced by $gray-lighter (#eceeef) | |||||
| 2016-09-07 | Follow up fix for #20667 (#20672) | Mark Otto | 1 | -1/+1 | |
| Use proper Sass variable interpolation to ensure the proper values are compiled and not the literal string of the variable name | |||||
| 2016-09-07 | v4: Card image fixes (#20667) | Mark Otto | 1 | -1/+1 | |
| * Add .img-fluid to card images in columns to ensure proper resizing * change that variable from regular value to variable * use calc to figure out a tighter border for card images | |||||
| 2016-09-04 | fixes #20485: use rem units in alert dismiss (#20625) | Mark Otto | 1 | -1/+1 | |
| 2016-07-25 | Simplify system font stack to remove Linux fonts as they're too varied for ↵ | Mark Otto | 1 | -1/+1 | |
| our purposes | |||||
| 2016-07-23 | Merge branch 'v4-dev' into v4-navbars | Mark Otto | 1 | -1/+6 | |
| 2016-06-19 | Add comparability guard to _assert-ascending(); fixes #20123 (#20142) | Chris Rebert | 1 | -1/+5 | |
| [skip sauce] [skip validator] | |||||
| 2016-05-14 | follow up to c6c0522598037fcdeb04dfa376910a7cb5fa0fa8: define those new vars | Mark Otto | 1 | -0/+2 | |
| 2016-05-13 | more navbar variables | Mark Otto | 1 | -0/+3 | |
| 2016-05-12 | correction, -toggler-* | Mark Otto | 1 | -2/+2 | |
| 2016-05-12 | new var for -toggle-border-radius | Mark Otto | 1 | -0/+1 | |
| 2016-05-12 | add new variable for -toggle-font-size | Mark Otto | 1 | -0/+2 | |
| 2016-05-12 | Alternate fix to #19006: Add a single variable for controlling that inner ↵ | Mark Otto | 1 | -0/+1 | |
| 1px padding on .popover | |||||
| 2016-05-11 | Fixes #19563: Add variable for setting background-color on .bg-inverse | Mark Otto | 1 | -0/+1 | |
| 2016-05-11 | Overhaul tables docs and use rgba() colors for inverse tables | Mark Otto | 1 | -2/+2 | |
| - Add inverse examples for all variants - Use rgba() colors for hover and accent states for easy usage in inverse styles | |||||
| 2016-05-11 | Unfuck those split button dropdowns | Mark Otto | 1 | -7/+0 | |
| - Really we didn't need to do any of that strip units stuff to generate six new variables, two for each button size - Using sibling selectors, we can target those split button dropdown toggles using the .dropdown-toggle-split class, and adjust padding and margin as needed - Now, we nuke the margin-left from the ::after generated caret and tighten up the padding so that those split toggles don't look huge next to their main button | |||||
| 2016-05-11 | Merge branch 'v4-dev' into v4-split-buttons | Mark Otto | 1 | -22/+100 | |
| 2016-05-09 | Merge branch 'add-input-focus-variables' of ↵ | Mark Otto | 1 | -0/+2 | |
| https://github.com/kevinkucharczyk/bootstrap into kevinkucharczyk-add-input-focus-variables | |||||
| 2016-05-09 | Merge pull request #19667 from vsn4ik/v4-dev-use-border-radius-mixin | Mark Otto | 1 | -0/+1 | |
| Use @border-radius and add $nav-tabs-border-radius variable | |||||
| 2016-05-08 | Merge pull request #19735 from MatthewRayfield/v4-custom-select-disabled-styling | Mark Otto | 1 | -1/+3 | |
| Add disabled styling for .custom-select | |||||
| 2016-05-08 | Merge pull request #19252 from twbs/card-img-overlay-padding | Mark Otto | 1 | -0/+2 | |
| Add $card-img-overlay-padding variable | |||||
| 2016-05-08 | Merge pull request #19236 from twbs/carousel-icon-width | Mark Otto | 1 | -0/+2 | |
| Extract $carousel-icon-width variable | |||||
| 2016-04-27 | add $inverse-bg and $inverse-color | Christopher Baker | 1 | -2/+4 | |
| 2016-04-17 | remove references to -* outside _variables.scss | Christopher Baker | 1 | -0/+5 | |
| 2016-04-14 | Add disabled styling for .custom-select | Matthew Rayfield | 1 | -1/+3 | |
| 2016-04-03 | Use @border-radius and add $nav-tabs-border-radius variable | vsn4ik | 1 | -0/+1 | |
| 2016-03-02 | Add $input-bg-focus and $input-color-focus variables | Kevin P. Kucharczyk | 1 | -0/+2 | |
| 2016-02-24 | @warn if minimum width of smallest breakpoint != 0 | alberto | 1 | -0/+9 | |
| Fixes #19217 | |||||
| 2016-02-18 | Document the possibility of extending the $spacers map | Tobias | 1 | -0/+1 | |
| It's very handy to add another spacer size (e.g. `4`) which can easily be done by extending the map. Example: ``` $spacers: ( 0: ( x: 0, y: 0 ), 1: ( x: $spacer-x, y: $spacer-y ), 2: ( x: ($spacer-x * 1.5), y: ($spacer-y * 1.5) ), 3: ( x: ($spacer-x * 3), y: ($spacer-y * 3) ), 4: ( x: ($spacer-x * 5), y: ($spacer-y * 5) ) ); ``` Closes #18706 [skip sauce] | |||||
| 2016-02-17 | Extract $carousel-indicators-width variable | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Extract $dropdown-padding-y variable | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Extract $list-group-item-heading-margin-bottom variable | Chris Rebert | 1 | -2/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-17 | Merge pull request #19242 from twbs/carousel-caption-width | Mark Otto | 1 | -0/+2 | |
| Extract $carousel-caption-width variable | |||||
| 2016-02-17 | Merge pull request #19239 from twbs/dropdown-margin-top | Mark Otto | 1 | -0/+1 | |
| Extract $dropdown-margin-top variable | |||||
| 2016-02-17 | Merge pull request #19237 from twbs/carousel-indicator-size | Mark Otto | 1 | -0/+2 | |
| Extract $carousel-indicator{-active}-size variables | |||||
| 2016-02-16 | Add $card-img-overlay-padding variable | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip variable] | |||||
| 2016-02-16 | Extract $navbar-brand-padding-y variable | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Merge pull request #19250 from twbs/list-group-item-padding | Chris Rebert | 1 | -0/+3 | |
| Add $list-group-item-padding-{x,y} variables | |||||
| 2016-02-16 | Add $card-columns-sm-up-column-gap variable | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Add $list-group-item-padding-{x,y} variables | Chris Rebert | 1 | -0/+3 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $code-padding-{x,y} variables | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Merge pull request #19246 from twbs/code-font-size | Chris Rebert | 1 | -0/+1 | |
| Extract $code-font-size variable | |||||
| 2016-02-16 | Extract $code-font-size variable | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Add $figure-caption-font-size variable | Chris Rebert | 1 | -0/+5 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $carousel-caption{-sm-up}-width variables | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $dropdown-item-padding-x variable | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $dropdown-margin-top variable | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $carousel-indicator{-active}-size variables | Chris Rebert | 1 | -0/+2 | |
| [skip sauce] [skip validator] | |||||
| 2016-02-16 | Extract $carousel-control-sm-up-size variable | Chris Rebert | 1 | -0/+1 | |
| [skip sauce] [skip validator] | |||||
