aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-12Travis CI: Use Ruby 2.2.XhmikosR1-1/+3
Fixes #18225. [skip sauce]
2015-11-12Run `grunt`.XhmikosR7-450/+10
[ci skip]
2015-11-12Downgrade grunt-contrib-uglify to fix the comments issue.XhmikosR2-35/+35
Fixes #18224. [sauce skip]
2015-11-11Merge pull request #17652 from twbs/v4-dev-xmr-node-4Chris Rebert1-1/+2
Travis CI: test against Node.js 4 & stable
2015-11-10Merge pull request #18182 from twbs/img-fluid-docChris Rebert2-0/+8
Add comments explaining why we don't make `<img>`s responsive by default
2015-11-10Merge pull request #18094 from twbs/util-resp-commentChris Rebert1-1/+1
scss/_utilities-responsive.scss: Fix outdated comment heading
2015-11-11Travis CI: test against node.js "4" and "stable".XhmikosR1-1/+2
2015-11-11Run `grunt`.XhmikosR24-445/+460
[ci skip]
2015-11-11Update devDependencies.XhmikosR2-487/+649
[sauce skip]
2015-11-10Merge pull request #18215 from twbs/hN-simplifyChris Rebert1-9/+1
Consolidate redundant heading style declaration
2015-11-10Consolidate redundant heading style declarationChris Rebert1-9/+1
[skip sauce] [skip validator]
2015-11-05scss/_carousel.scss: Add missing backticks in commentChris Rebert1-1/+1
[ci skip]
2015-11-05Add comments explaining why we don't make `<img>`s responsive by defaultChris Rebert2-0/+8
Refs #18178 [ci skip]
2015-11-04Merge pull request #18148 from jontewks/patch-2Chris Rebert3-3/+6
Adds linting error for undefined variables
2015-11-03Merge pull request #18149 from davidjb/html-order-navsMark Otto1-48/+48
Reorder HTML attributes in Navs documentation
2015-11-04Reorder attributes in Navs documentationDavid\ Beitey1-48/+48
Attribute order now adheres to the Code Guide (http://codeguide.co/#html-attribute-order).
2015-11-03http://wkbug.com/146244 has been fixed in WebKit NightlyChris Rebert1-10/+0
See http://trac.webkit.org/changeset/191954 Refs #15968 [ci skip]
2015-11-03Add eslint no-undef rule and resolve errorsJon Tewksbury3-3/+6
2015-11-03Merge pull request #18081 from twbs/ie9-click-commentChris Rebert1-3/+3
Give better description of IE9 transparent click bug & workaround
2015-11-03Update _type.scssBass Jobsen1-1/+1
2015-11-03Update typography.mdBass Jobsen1-8/+8
2015-11-03 refactor blockqoutes to to avoid tag selectors & child selectors css v4Bass Jobsen1-21/+22
2015-11-03Update typography.mdBass Jobsen1-3/+3
2015-11-03refactor list-inlineto toavoid tag selectors & child selectorsBass Jobsen1-5/+5
2015-11-01Merge pull request #18105 from twbs/simpler-retinaMark Otto1-5/+6
Simplify .img-retina mixin and add explanatory comments
2015-11-01Merge pull request #18108 from twbs/split-bgMark Otto3-26/+25
Move .bg-* utility classes into separate file
2015-11-01Merge pull request #18116 from bassjobsen/patch-8Mark Otto1-1/+1
linking to the color scheme directly
2015-11-01http://crbug.com/523282 has been fixed in Chrome CanaryChris Rebert1-10/+0
Refs #17913 [ci skip]
2015-11-01grunt distChris Rebert2-2/+2
2015-10-31scss/_progress.scss: Add comments for IE9 CSS hacksChris Rebert1-0/+2
[skip sauce] [skip validator]
2015-10-31Merge pull request #18106 from twbs/autoprefix-edgeChris Rebert1-0/+5
Add MS Edge to Autoprefixer config
2015-10-31linking to the color scheme directlyBass Jobsen1-1/+1
Because of a color scheme has a color and background color.
2015-10-30Port #18111 to v4Chris Rebert1-0/+10
Add http://wkbug.com/150715 to Wall of Browser Bugs [skip sauce] [skip validator]
2015-10-29Docs: Make pagination <span> example liveChris Rebert1-2/+2
[skip sauce]
2015-10-29grunt distChris Rebert10-420/+427
2015-10-29Add !important to text and background color utility classesChris Rebert2-3/+3
[skip sauce] [skip validator]
2015-10-29Move .bg-* utility classes into separate fileChris Rebert3-26/+25
[skip sauce] [skip validator]
2015-10-29Remove Less->SCSS converter comment left over from bootstrap-sassChris Rebert1-1/+0
2015-10-29Add MS Edge to Autoprefixer configChris Rebert1-0/+5
[skip sauce] [skip validator]
2015-10-29Simplify .img-retina mixin and add explanatory commentsChris Rebert1-5/+6
[skip sauce] [skip validator]
2015-10-29update shrinkwrapChris Rebert1-4/+4
2015-10-29Merge pull request #18095 from twbs/document.headChris Rebert2-2/+2
Trivially simplify IE10 Mobile viewport bug workaround
2015-10-29cards mixinsBass Jobsen1-0/+38
2015-10-29import cards mixinsBass Jobsen1-0/+1
2015-10-29add variant mixinsBass Jobsen1-31/+25
2015-10-29Merge pull request #18086 from twbs/v4-dev-jekyll3Chris Rebert6-43/+16
Update to Jekyll v3.0.0.
2015-10-29Yes, we still need this. Silly IE9 😢Chris Rebert1-3/+3
See the IE9 note in https://developer.mozilla.org/en-US/docs/Web/CSS/%3Ahover#Browser_compatibility The prereqs to trigger the bug are still present in v4. /fyi @mdo [skip sauce] [skip validator]
2015-10-29Update devDependencies.XhmikosR2-212/+384
[skip sauce]
2015-10-29Update to Jekyll v3.0.0.XhmikosR6-43/+16
[skip sauce]
2015-10-28IE10 Mobile viewport bug workaround: document.querySelector('head') => ↵Chris Rebert2-2/+2
document.head Per http://caniuse.com/#feat=documenthead , document.head is supported in IE Mobile 10+, so slightly simplify the JS accordingly. [skip sauce]