| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-08-28 | scss: semantic grid: add make-container-breakpoint | O'meid | 2 | -6/+11 | |
| Signed-off-by: O'meid <[email protected]> | |||||
| 2015-08-27 | Remove all uses of `selector &` | Gleb Mazovetskiy | 4 | -25/+15 | |
| If we want to support namespaced import: ```scss .twbs { @import 'bootstrap'; } ``` We cannot use `selector &`, see sass/sass#1817. `fieldset[disabled] &` is not needed as we no longer support IE8. | |||||
| 2015-08-27 | Less to Sass typos. | XhmikosR | 1 | -1/+1 | |
| [ci skip] | |||||
| 2015-08-26 | clarifies normalize.css is a dependency | Tom Byrer | 1 | -1/+1 | |
| Perhaps I'm a little slow & need to have things spelled out :) https://github.com/twbs/bootstrap/issues/17301#issuecomment-134469886 | |||||
| 2015-08-26 | rm responsive-invisibility mixin since it's only used once | Chris Rebert | 3 | -9/+1 | |
| inline the one remaining usage into .hidden-print's definition rm now-empty scss/_utilities-responsive.scss file [skip sauce] [skip validator] | |||||
| 2015-08-26 | tree shaking: rm unused responsive-visibility mixin | Chris Rebert | 1 | -14/+0 | |
| [skip sauce] [skip validator] | |||||
| 2015-08-26 | Convert popover's arrows to generated CSS content via :before/:after | Bernardo Gurgel Filho | 1 | -50/+74 | |
| 2015-08-26 | Convert tooltip's arrows to generated CSS content via :before | Bernardo Gurgel Filho | 1 | -12/+15 | |
| 2015-08-26 | add media vertical flexbox classes | Rakhat Jabagin | 1 | -0/+6 | |
| 2015-08-26 | combine size & square mixins into one | Rakhat Jabagin | 1 | -5/+1 | |
| 2015-08-26 | rm unused $state param from form-control-validation mixin; fixes #17323 | Chris Rebert | 2 | -4/+4 | |
| [skip sauce] [skip validator] | |||||
| 2015-08-25 | Added mixin to handle media queries that span multiple breakpoints | David Baughman | 1 | -0/+10 | |
| 2015-08-25 | Merge pull request #17113 from JanStevens/v4-fix-retina-mixin | Mark Otto | 1 | -2/+2 | |
| Fixes the _image mixing by prefixing the parameters with $ | |||||
| 2015-08-25 | SCSS lint fixes. | XhmikosR | 2 | -2/+2 | |
| [ci skip] | |||||
| 2015-08-24 | PropertySortOrder | Felipe | 1 | -1/+1 | |
| Properties should be ordered border-top, border-bottom | |||||
| 2015-08-24 | Fix accidental triple colon from :before to ::before conversion | Kevin Kirsche | 1 | -1/+1 | |
| Fix #17288 — Sorry about that! | |||||
| 2015-08-24 | Use double colons for psuedo elements | Kevin Kirsche | 11 | -26/+26 | |
| Fix #17052 | |||||
| 2015-08-23 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -0/+9 | |
| 2015-08-23 | wrap box-shadows in mixin in custom forms. fixes #17242 | Mark Otto | 1 | -3/+3 | |
| 2015-08-23 | shorter | Mark Otto | 1 | -1/+1 | |
| 2015-08-23 | Merge pull request #17147 from kkirsche/patch-14 | Mark Otto | 1 | -0/+9 | |
| v4 - Dropup caret direction incorrect | |||||
| 2015-08-23 | Make predefined grid classes conditional | Mark Otto | 2 | -4/+9 | |
| - Add explicit -grid-classes variable and set to true by default - Wrap .row and .col generation in the boolean var | |||||
| 2015-08-24 | Apply !default to SCSS variables | Catalin Zalog | 1 | -24/+24 | |
| !default to all variables. | |||||
| 2015-08-23 | Merge pull request #17120 from kkirsche/patch-5 | Mark Otto | 1 | -0/+1 | |
| Add white background to cards by default | |||||
| 2015-08-23 | v4 - Dropup caret direction incorrect | Kevin Kirsche | 1 | -0/+9 | |
| Fix #17144 | |||||
| 2015-08-23 | Add white background to cards | Kevin Kirsche | 1 | -0/+1 | |
| Fix #17117 | |||||
| 2015-08-23 | Change the default value of $font-size-sm to .875rem | Geremia Taglialatela | 1 | -1/+1 | |
| 2015-08-23 | fix remaining scss lint errors | Mark Otto | 4 | -18/+16 | |
| 2015-08-23 | there is no standard appearance property | Mark Otto | 1 | -1/+0 | |
| 2015-08-23 | fix majority of scss linter errors | Mark Otto | 9 | -11/+17 | |
| 2015-08-23 | there is no navbar default for this | Mark Otto | 1 | -1/+0 | |
| 2015-08-23 | remove another margin-top: 0 | Mark Otto | 1 | -1/+0 | |
| 2015-08-23 | remove a margin-top: 0 reset since we nuke headings' top margins now in reboot | Mark Otto | 1 | -1/+0 | |
| 2015-08-23 | shorter clearfix | Mark Otto | 1 | -17/+2 | |
| 2015-08-22 | fix #17149: correct syntax in list-group variant mixin; nullifies #17154 | Mark Otto | 1 | -3/+3 | |
| 2015-08-22 | Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev | Mark Otto | 1 | -4/+5 | |
| 2015-08-22 | re-fix #16154 in v4-dev /cc #17101 | Mark Otto | 1 | -9/+20 | |
| 2015-08-22 | fix shadows on btns to use mixin | Mark Otto | 1 | -2/+1 | |
| 2015-08-22 | Merge pull request #17220 from cornedor/fix-17066 | Mark Otto | 1 | -4/+5 | |
| Removed mixin from focus outline box-shadow fixes #17066 | |||||
| 2015-08-22 | fixes #17035 | Mark Otto | 1 | -1/+1 | |
| 2015-08-22 | compress SVGs | Alexandr Kondrashov | 1 | -3/+3 | |
| Well compressed, but I'm sure it is possible to compress more | |||||
| 2015-08-22 | replace PNG to SVG and compress SVGs | Alexandr Kondrashov | 1 | -4/+4 | |
| before: https://pp.vk.me/c624325/v624325775/44408/FabMA25FDDs.jpg before(image-rendering: pixelated): https://pp.vk.me/c624325/v624325775/44416/Dzb6tO4Mmys.jpg after: https://pp.vk.me/c624325/v624325775/4440f/imd6KcYBgGI.jpg | |||||
| 2015-08-22 | Added comment explaining why there is no mixin here | Corné Dorrestijn | 1 | -0/+1 | |
| 2015-08-21 | Removed mixin from focus ouline box-shadow fixes #17066 | Corné Dorrestijn | 1 | -4/+4 | |
| 2015-08-20 | Merge pull request #17069 from kkirsche/patch-9 | Mark Otto | 2 | -9/+10 | |
| Card variables should be in _variables.scss | |||||
| 2015-08-20 | Use border-radius mixing in form-control-sm and form-control-lg | Kevin Kirsche | 1 | -2/+2 | |
| Fix #17160 | |||||
| 2015-08-20 | v4: Dropdown caret is not horizontally alligned | Kevin Kirsche | 1 | -0/+1 | |
| Fix #17135 | |||||
| 2015-08-20 | Fixes the _image mixing by prefixing the parameters with $ | Jan Stevens | 1 | -2/+2 | |
| 2015-08-20 | Fix -flex compile on Sass Ruby #17046 | Gleb Mazovetskiy | 1 | -6/+4 | |
| 2015-08-20 | Merge pull request #17064 from paulirish/patch-1 | Heinrich Fenkart | 1 | -1/+1 | |
| reboot.scss typo (shttp --> http) | |||||
