aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02Tweak bundlesize's targets. (#24203)XhmikosR1-2/+22
Separate CSS targets and tighten a couple others targets.
2017-10-02Normalize examples' CSS. (#24210)XhmikosR10-42/+27
2017-10-02distMark Otto4-11/+72
2017-10-02fix .col-form-label paddings and add line-height (#23121)wojtask91-6/+9
2017-10-02fixes input group btn height (#23810)Andres Galante1-1/+4
2017-10-02fixes navbar-text link colors (#23702)Andres Galante1-0/+14
2017-10-01Generate CSS variables for colors, breakpoints, fonts (#23761)Félix Saparelli3-0/+20
* Generate CSS variables See #23349 Supersedes #23446 * Ignore _root.scss for linting
2017-10-01distMark Otto4-4/+14
2017-10-01remove Dist fils as per suggestion (#23092)Chirag Modi1-1/+2
2017-10-01Fix #23013: Add boder-top:0 in .list-group-flush .list-group-item (#23108)Chirag Modi1-0/+5
2017-10-01fixed issue with hr tag mention in 23032 (#23078)Chirag Modi1-0/+5
2017-10-01distMark Otto5-12/+20
2017-10-01Make Node.js 6 the minimum version.XhmikosR5-5/+5
Also, be consistent with Node.js' name.
2017-10-01Add bundlesize.XhmikosR2-1/+190
2017-10-01Fix link to Extend section in Migration docs (#24192)Aarón García Hervás1-1/+1
2017-10-01Tweak npm scripts. (#24146)XhmikosR1-11/+13
* make `css` and `js` "super" scripts which will run both main and docs scripts * make `js-minify` run all js minify tasks * use parallel in more places
2017-10-01Updates to customizing variables docs (#24186)Mark Otto1-4/+8
* Variable overrides within the same Sass file can come before or after the default value, but across files they must come first. * Removed the double :: at the end of the paragraph. * Fixed usage of overwrite when we mean override.
2017-10-01js/tests/visual/tab.html: fix HTML validation errors. (#24183)XhmikosR1-4/+4
2017-10-01extends the click area of the close btn on modals (#23783)Andres Galante1-2/+3
2017-09-30changes reset for mixin list reset on paginationAndres Galante1-3/+1
2017-09-30changes the order of the close btn on alerts to improve accecibilityAndres Galante2-4/+5
2017-09-30remove that, the example comes first nowMark Otto1-2/+0
2017-09-30more links, clarify predefined classesMark Otto1-5/+5
2017-09-30be more specific about context and breakpoint scalingMark Otto1-3/+3
2017-09-30be more specificMark Otto1-1/+1
2017-09-30rewrite containers and rows sectionMark Otto1-2/+2
2017-09-30link to css tricks article, add code snippet to exampleMark Otto1-1/+5
2017-09-30link to mdn flex docMark Otto1-1/+1
2017-09-30distMark Otto40-3674/+3265
2017-09-30Remove dropdown anchor focus overrideAri Rizzitano1-8/+0
Overriding the focus outline for links within the dropdown menu causes accessibility issues for keyboard-only users. This removes the override, reenabling the browser's default focus outline.
2017-09-29Rename variables and remove unneeded return.XhmikosR1-8/+9
2017-09-29Manage exceed maximum duration for our testJohann-S1-3/+11
2017-09-29Use sauce_browsers.json.Johann-S4-38/+73
2017-09-29Convert sauce_browser.yml to JSON.Johann-S3-79/+68
2017-09-29Remove grunt-saucelabs and Grunt.XhmikosR6-437/+7
2017-09-29Specify Travis job ID.Johann-S2-2/+3
2017-09-29ES6-ify build/saucelabs-unit-test.js.XhmikosR1-12/+13
2017-09-29Use jsunitsaucelabs to run our unit tests on SaucelabsJohann-S3-1/+56
2017-09-28Lint docs js too and use `strict consistently. (#24160)XhmikosR9-21/+41
2017-09-28Move uglify-js's config back to CLI. (#24147)XhmikosR2-11/+3
We need to pass different options and this seems cleaner at this point. In order for docs.min.js to keeps all comments, we don't pass `compress`.
2017-09-27Reset button element border-radius in Reboot (#24126)Mark Otto1-0/+7
2017-09-27example plugin: add `data-example-id` only if it's been supplied. (#24127)XhmikosR1-2/+2
2017-09-27Add quotes to mapping keys (#23701)Martijn Cuppens1-30/+30
2017-09-27Remove border-top if list-group follows card-header (#23022)Benjamin Trenkle1-0/+6
2017-09-27Mention replacement for .btn-group-justified (#23838)Herst1-1/+1
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
2017-09-27Take out reference to Flex Order (#23759)Ray Villalobos1-1/+1
Since flex-order was renamed to just order, change the subtitle.
2017-09-27Add auto to the list of sizes (#23786)Ray Villalobos1-0/+1
I feel like `auto` is missing from the values here and that it should be there. Although it is mentioned below, only a single use case, whereas in other sections it appears with the option to set the left margin of an element to auto, for example.
2017-09-27Changed hex values to follow bootstrap coding guidelinesMoris Zen Pasic1-2/+2
2017-09-27Added examples to the existing docs change for more clarityMoris Zen Pasic1-5/+7
2017-09-27Making the customization option docs cleared about variable overrides with ↵Moris Zen Pasic1-1/+1
!default flag