| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-12-09 | enable strictMath in grunt-contrib-less config | Chris Rebert | 1 | -0/+3 | |
| 2013-12-09 | Merge pull request #11808 from twbs/strict-math-fixes | Chris Rebert | 4 | -9/+9 | |
| more LESS strictMath fixes | |||||
| 2013-12-09 | misc strictMath compliance fixes | Chris Rebert | 3 | -4/+4 | |
| 2013-12-09 | add parens around arithmetic in recursive mixin calls to comply with LESS ↵ | Chris Rebert | 1 | -5/+5 | |
| strictMath <3 @seven-phases-max for helping to confirm & debug this X-Ref: https://github.com/less/less.js/issues/1725 | |||||
| 2013-12-09 | Merge pull request #11807 from twbs/stricter-math | Chris Rebert | 2 | -11/+11 | |
| improve compliance with LESS's strictMath | |||||
| 2013-12-09 | improve compliance with LESS's strictMath | Chris Rebert | 2 | -11/+11 | |
| 2013-12-09 | enable CSS source maps in grunt-contrib-less | Chris Rebert | 5 | -2/+22 | |
| 2013-12-09 | Merge pull request #11790 from twbs/drop_recess_for_less | Mark Otto | 17 | -1915/+837 | |
| Drop grunt-recess for grunt-contrib-less | |||||
| 2013-12-09 | Undo merge of #11778 and use cleancss min option | Mark Otto | 4 | -19/+29 | |
| 2013-12-09 | grunt | Mark Otto | 1 | -1/+1 | |
| 2013-12-08 | Merge branch 'pr/11779' into drop_recess_for_less | Mark Otto | 3 | -0/+27 | |
| Conflicts: Gruntfile.js package.json | |||||
| 2013-12-08 | Merge pull request #11792 from twbs/list-group-nest | Mark Otto | 1 | -15/+16 | |
| more nesting in .list-group-item-variant mixin | |||||
| 2013-12-08 | Merge branch 'pr/11778' into drop_recess_for_less | Mark Otto | 4 | -37/+27 | |
| Conflicts: Gruntfile.js dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css | |||||
| 2013-12-08 | more nesting in .list-group-item-variant mixin | Chris Rebert | 1 | -15/+16 | |
| 2013-12-08 | Switch to `&:extend(.clearfix all)` for clearfix mixin | Mark Otto | 10 | -239/+54 | |
| Original discussion: https://github.com/less/less.js/issues/1437#issuecomment-21383639. Since we’re switching to `grunt-contrib-less`, we can take advantage of newer LESS features than what RECESS supported. Included in that is the ability to `:extend`, and not only that, but `:extend(.mixin-name all)`. By doing so, we remove duplicate CSS for all our elements that were being clearfix-ed. Fixes #8947, #8968, #8991, #9257, #9268, #9291, #9430, #9604, #9686, #9929, #10731, #10793, #11305, #11498, #11533, #11570, #11604, #11652. (dem issues, tho) | |||||
| 2013-12-08 | Merge branch 'master' into drop_recess_for_less | Mark Otto | 3 | -5/+12 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-12-08 | more closely align property order with recess | Mark Otto | 3 | -496/+481 | |
| 2013-12-08 | specify block indent as numeral to prevent fubared media query output | Mark Otto | 2 | -690/+690 | |
| 2013-12-08 | single array == no rogue spaces | Mark Otto | 2 | -431/+6 | |
| 2013-12-08 | derp, don't sort min /cc @cvrebert | Mark Otto | 4 | -6011/+4 | |
| 2013-12-08 | merge, compile | Mark Otto | 6 | -2903/+8086 | |
| 2013-12-08 | fixups to csscomb grunt task | Chris Rebert | 1 | -9/+10 | |
| 2013-12-08 | Fixes #11786: Nest media queries within print utilities for mixin-friendliness | Mark Otto | 3 | -5/+13 | |
| 2013-12-08 | adding json | Mark Otto | 1 | -0/+321 | |
| 2013-12-08 | restore original options value | Mark Otto | 1 | -16/+1 | |
| 2013-12-08 | Drop grunt-recess for grunt-contrib-less & co | Mark Otto | 2 | -24/+62 | |
| 2013-12-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 2 | -4/+22 | |
| 2013-12-08 | fix #11787: document stateful button JS | Chris Rebert | 2 | -4/+22 | |
| 2013-12-08 | grunt | Mark Otto | 2 | -2/+2 | |
| 2013-12-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -3/+3 | |
| 2013-12-08 | Match customizer banner to Gruntfile banner | Mark Otto | 2 | -2/+2 | |
| 2013-12-08 | fix dependency mapping of buttons and button-groups in customizer | Mark Otto | 1 | -1/+1 | |
| 2013-12-08 | fix <button>s with .btn but missing accompanying .btn-* | Chris Rebert | 1 | -3/+3 | |
| 2013-12-08 | Fix typo in new author meta tag | Julian Thilo | 1 | -1/+1 | |
| 2013-12-08 | Merge pull request #11780 from ZDroid/grunt-dev | Mark Otto | 1 | -2/+0 | |
| Don't ignore Gruntfile, it's required for compile | |||||
| 2013-12-08 | Don't ignore Gruntfile, it's required for compile | Zlatan Vasović | 1 | -2/+0 | |
| 2013-12-08 | Add csslint support. | XhmikosR | 3 | -0/+27 | |
| 2013-12-08 | Minify css with clean-css. | XhmikosR | 4 | -17/+22 | |
| 2013-12-08 | Add `.animation-*()` mixins | Zlatan Vasović | 1 | -0/+24 | |
| 2013-12-08 | Merge pull request #10709 from XhmikosR/quotes | Mark Otto | 30 | -346/+347 | |
| Quotes | |||||
| 2013-12-08 | Use single quotes consistently. | XhmikosR | 30 | -346/+347 | |
| 2013-12-08 | Drop redundant module import | Zlatan Vasović | 2 | -2/+3 | |
| 2013-12-08 | Merge pull request #11739 from XhmikosR/lint-assets | Mark Otto | 3 | -16/+20 | |
| Lint docs-assets/js/application.js and docs-assets/js/customizer.js. | |||||
| 2013-12-08 | fix validation failure | Mark Otto | 1 | -1/+1 | |
| 2013-12-08 | Fixes #11741: Don't set headings font-family again, just use inherit | Mark Otto | 5 | -5/+5 | |
| 2013-12-08 | Merge branch 'master' into pr/11744 | Mark Otto | 40 | -988/+1971 | |
| Conflicts: dist/css/bootstrap.min.css | |||||
| 2013-12-08 | add vertical-align back to where it's necessary since we reset from block to ↵ | Mark Otto | 3 | -1/+7 | |
| inline-block on several inputs | |||||
| 2013-12-08 | Merge pull request #11748 from bganicky/patch-1 | Mark Otto | 1 | -4/+4 | |
| Updated .scale() mixin so that it accepts optional vertical scale factor... | |||||
| 2013-12-08 | Merge branch 'master' into pr/11750 | Mark Otto | 46 | -983/+1967 | |
| Conflicts: dist/css/bootstrap.css dist/css/bootstrap.min.css | |||||
| 2013-12-08 | Merge branch 'master' of github.com:twbs/bootstrap | Mark Otto | 1 | -4/+4 | |
