aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-12-24Automate breakpointsGleb Mazovetskiy9-154/+163
Breakpoints and container widths are now defined as maps.
2014-12-24Merge pull request #17 from twbs/test-with-two-sassesGleb Mazovetskiy17-38/+231
Also support Ruby Sass
2014-12-24Update styles for Ruby Sass compatGleb Mazovetskiy6-6/+14
2014-12-24Docs: Use another Sass compilerGleb Mazovetskiy1-0/+18
2014-12-24Compile with Ruby Sass or libsass.Gleb Mazovetskiy11-33/+200
* Separate configs for libsass and sass. * Sass compiler selected based on `process.env.TWBS_SASS`. * Travis: * Use Gemfile to manage ruby dependencies. * Run core tests with both Sass compilers. * Only install/cache ruby gems required by the test subset. * Grunt: `update-gemfile-lock` task a la `update-shrinkwrap`.
2014-12-24some cleanupMark Otto1-33/+41
2014-12-24add custom forms, stub out examples for radios and checkboxesMark Otto14-22/+1091
2014-12-24rearrange contents docs--type, tables, images, forms, etc--into own docs sectionMark Otto10-7/+16
2014-12-24basic docs searchMark Otto8-5/+70
2014-12-23gruntMark Otto6-26/+21
2014-12-23rearrange some docs cssMark Otto2-30/+29
2014-12-23missed an end tagMark Otto1-0/+1
2014-12-23fix up helpers docs again for .invisible and [hidden]Mark Otto1-4/+15
2014-12-23Merge branch 'v4' of https://github.com/twbs/derpstrap into v4Mark Otto7-39/+23
Conflicts: docs/components/helpers.md scss/_utilities.scss
2014-12-23increase spacing in docs h2sMark Otto2-2/+2
2014-12-23no need to mention jquery in the layout scaffolding docsMark Otto1-4/+0
2014-12-23fix some getting started linksMark Otto2-2/+2
2014-12-23fix sidenav linksMark Otto1-4/+4
2014-12-23audit helpers docs: fix mixins formatting for scss conversionMark Otto1-5/+5
2014-12-23audit helpers docs: quick floatsMark Otto1-7/+2
2014-12-23add some utilities docs for new hidden and show changesMark Otto1-24/+9
2014-12-23add [hidden] utility for hiding any html element (see #15274 for more context)Mark Otto9-15/+30
2014-12-23make some notes for myselfMark Otto1-0/+7
2014-12-22Merge pull request #50 from twbs/disabled-pseudoMark Otto5-21/+21
use :disabled pseudo-class instead of [disabled] attribute
2014-12-22Merge pull request #53 from twbs/firefox-placeholder-opacityMark Otto1-0/+1
Re-add Firefox placeholder opacity workaround
2014-12-22Merge pull request #45 from twbs/bye-hiddenMark Otto2-30/+5
Remove .hidden and .show classes
2014-12-22Merge pull request #51 from twbs/old-firefox-device-pixel-ratioMark Otto1-3/+1
Remove min--moz-device-pixel-ratio
2014-12-22gruntMark Otto6-7/+15
2014-12-22Merge pull request #27 from twbs/autoprefixer-bump-ios-safariMark Otto1-1/+1
bump min iOS in Autoprefixer config to v7
2014-12-22Merge pull request #47 from twbs/migration-catch-upMark Otto1-3/+30
Migration guide catch up
2014-12-22Merge branch 'master' of https://github.com/twbs/bootstrapMark Otto9-10/+12
Conflicts: dist/css/bootstrap.css.map
2014-12-22Fixes #15422: Alternate fix for temporal input sizing in input groupsMark Otto4-16/+22
2014-12-23automatic grunt distBootstrap's Grunt bot2-2/+2
2014-12-22gruntMark Otto3-3/+3
2014-12-22Merge pull request #15428 from twbs/browser-bugsChris Rebert6-6/+8
add/update/summarize browser bug refs in Less comments
2014-12-22Merge pull request #15426 from twbs/hide-holderMark Otto1-2/+2
Remove holder.js references from syntax-highlighted example HTML
2014-12-22Re-add Firefox placeholder opacity workaroundChris Rebert1-0/+1
2014-12-22Add summary of #11526 to explanatory Less commentChris Rebert1-1/+1
[skip sauce] [skip validator]
2014-12-22IE11 & current Firefox are still affected.Chris Rebert1-2/+2
Refs #11623
2014-12-22add more refs to browser-related bugs in Less commentsChris Rebert4-3/+5
2014-12-22Let Normalize.css normalize <figure>'s marginChris Rebert1-10/+0
2014-12-22Remove min--moz-device-pixel-ratioChris Rebert1-3/+1
Bootstrap v4 no longer supports the old versions of Firefox affected by this typo bug.
2014-12-22automatic grunt distBootstrap's Grunt bot1-1/+1
2014-12-22Reference iOS Safari temporal input bug in explanatory Less commentChris Rebert1-1/+1
Refs #11266, #13098, #15415 [skip sauce] [skip validator]
2014-12-22Merge pull request #15427 from twbs/defunct-bug-1969Chris Rebert1-2/+1
Remove reference to old fixed WebKit bug in Less comment.
2014-12-22Remove reference to old fixed WebKit bug in Less comment.Chris Rebert1-2/+1
Per https://github.com/twbs/bootstrap/issues/1969#issuecomment-36971094 [skip sauce] [skip validator]
2014-12-22Remove holder.js references from syntax-highlighted example HTMLChris Rebert1-2/+2
Our use of Holder.js in the docs is a mere implementation detail. Don't want to confuse people into thinking Holder.js is somehow required by the Thumbnail component. [skip sauce]
2014-12-22grunt distChris Rebert1-13/+13
2014-12-22[disabled] => :disabledChris Rebert4-8/+8
:disabled is supported in IE9+ and all modern browsers
2014-12-22Merge pull request #15424 from twbs/chrome-438064-fixedChris Rebert1-11/+0
Remove #14972's entry from Wall of Browser bugs