aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-12-10Merge pull request #11830 from XhmikosR/jekyll-windowsMark Otto1-1/+2
Update Jekyll on Windows info
2013-12-10Merge pull request #11832 from twbs/run_jekyll_on_windowsMark Otto1-0/+1
Help Windows users install Jekyll
2013-12-11Help Windows users install JekyllJulian Thilo1-0/+1
2013-12-11README.md: mention an alternative workaround for the jekyll issue on Windows.XhmikosR1-1/+1
2013-12-11Update README.md.XhmikosR1-0/+1
Mention that Python needs to be in PATH for Pygments to work and thus jekyll not fail.
2013-12-10Allow listbox AIRA role on dropdown component.Scott Plumlee1-2/+3
2013-12-10Merge pull request #11818 from XhmikosR/less.jsMark Otto2-12/+17
Update less.js to v1.5.1.
2013-12-10Merge pull request #11812 from tlindig/load_grunt_tasksMark Otto2-17/+2
Build process: use module "load-grunt-tasks" to load grunt tasks
2013-12-10transform origin mixin for explorerJan Panschab1-0/+1
2013-12-10Update less.js to v1.5.1.XhmikosR2-12/+17
This fixes an error with `&:extend(.clearfix all)` when using the customizer.
2013-12-10hide space characters in input-group-btn to fix segmented buttons double borderTobias Lindig3-4/+7
2013-12-10correct indentationTobias Lindig1-1/+1
2013-12-10Buildprocess: use module "load-grunt-tasks" to load grunt tasks directly ↵Tobias Lindig2-17/+2
from the package.json
2013-12-10Remove unused variables.XhmikosR2-2/+0
2013-12-09Merge pull request #11809 from twbs/enable-LESS-strictMathMark Otto1-0/+3
enable strictMath in grunt-contrib-less config
2013-12-09enable strictMath in grunt-contrib-less configChris Rebert1-0/+3
2013-12-09Merge pull request #11808 from twbs/strict-math-fixesChris Rebert4-9/+9
more LESS strictMath fixes
2013-12-09misc strictMath compliance fixesChris Rebert3-4/+4
2013-12-09add parens around arithmetic in recursive mixin calls to comply with LESS ↵Chris Rebert1-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-09Merge pull request #11807 from twbs/stricter-mathChris Rebert2-11/+11
improve compliance with LESS's strictMath
2013-12-09improve compliance with LESS's strictMathChris Rebert2-11/+11
2013-12-09enable CSS source maps in grunt-contrib-lessChris Rebert5-2/+22
2013-12-09Merge pull request #11790 from twbs/drop_recess_for_lessMark Otto17-1915/+837
Drop grunt-recess for grunt-contrib-less
2013-12-09Undo merge of #11778 and use cleancss min optionMark Otto4-19/+29
2013-12-09gruntMark Otto1-1/+1
2013-12-08Merge branch 'pr/11779' into drop_recess_for_lessMark Otto3-0/+27
Conflicts: Gruntfile.js package.json
2013-12-08Merge pull request #11792 from twbs/list-group-nestMark Otto1-15/+16
more nesting in .list-group-item-variant mixin
2013-12-08Merge branch 'pr/11778' into drop_recess_for_lessMark Otto4-37/+27
Conflicts: Gruntfile.js dist/css/bootstrap-theme.min.css dist/css/bootstrap.min.css
2013-12-08more nesting in .list-group-item-variant mixinChris Rebert1-15/+16
2013-12-08Switch to `&:extend(.clearfix all)` for clearfix mixinMark Otto10-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-08Merge branch 'master' into drop_recess_for_lessMark Otto3-5/+12
Conflicts: dist/css/bootstrap.min.css
2013-12-08more closely align property order with recessMark Otto3-496/+481
2013-12-08specify block indent as numeral to prevent fubared media query outputMark Otto2-690/+690
2013-12-08single array == no rogue spacesMark Otto2-431/+6
2013-12-08derp, don't sort min /cc @cvrebertMark Otto4-6011/+4
2013-12-08merge, compileMark Otto6-2903/+8086
2013-12-08fixups to csscomb grunt taskChris Rebert1-9/+10
2013-12-08Fixes #11786: Nest media queries within print utilities for mixin-friendlinessMark Otto3-5/+13
2013-12-08adding jsonMark Otto1-0/+321
2013-12-08restore original options valueMark Otto1-16/+1
2013-12-08Drop grunt-recess for grunt-contrib-less & coMark Otto2-24/+62
2013-12-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto2-4/+22
2013-12-08fix #11787: document stateful button JSChris Rebert2-4/+22
2013-12-08gruntMark Otto2-2/+2
2013-12-08Merge branch 'master' of github.com:twbs/bootstrapMark Otto1-3/+3
2013-12-08Match customizer banner to Gruntfile bannerMark Otto2-2/+2
2013-12-08fix dependency mapping of buttons and button-groups in customizerMark Otto1-1/+1
2013-12-08fix <button>s with .btn but missing accompanying .btn-*Chris Rebert1-3/+3
2013-12-08Fix typo in new author meta tagJulian Thilo1-1/+1
2013-12-08Merge pull request #11780 from ZDroid/grunt-devMark Otto1-2/+0
Don't ignore Gruntfile, it's required for compile