aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2017-09-27Remove unneeded `docsearch` variable.XhmikosR1-7/+7
2017-09-27Update package-lock.json. (#24133)XhmikosR1-586/+848
2017-09-26Add style for non-overlapping scrollbar in IE (#24081)Prateek Goel1-0/+3
2017-09-26Revert accidental `alt` addition from Bootstrap stack image. (#24122)XhmikosR1-1/+1
Remove accidental `alt` addition from Bootstrap stack image.
2017-09-26Update comment for forms mixins (#24050)Andrew Luca1-1/+1
Check `form-control-focus` mixin, variable name is `$input-focus-border-color`
2017-09-26Merge branch 'v4-dev' into btn-activeXhmikosR124-1620/+2213
2017-09-26Fix color on example btn on navbar (#24052)Andres Galante1-1/+1
2017-09-26Add eslint-plugin-compat.XhmikosR4-2/+41
We can check for browser compatibility on lint time now.
2017-09-26Move Autoprefixer's config in package.json.XhmikosR3-23/+12
This is so other plugins can use it too.
2017-09-26Mention that dropdowns depend on popper.js too.XhmikosR1-1/+1
2017-09-26Minor Markdown consistency changes.XhmikosR11-7/+11
2017-09-26Fixes rounded corners on first and lat child on vertical btn group (#24119)Andres Galante1-6/+6
2017-09-26Normalize all links. (#24109)XhmikosR29-57/+57
* use a trailing slash when possible * use https when possible * remove a few redirected links * consistently use `https://popper.js.org/` * fix `iconUrl` in nuget files * change Jekyll Windows guide to the official one
2017-09-26build/*.js: ES6-ify files. (#24112)XhmikosR2-26/+22
2017-09-26Improve theme-color-level() using abs() (#24074)schwastek1-6/+2
`abs()` gets the absolute value of `$level`. That way, `if/else` statement can be completely eliminated.
2017-09-26Update Jekyll to v3.6.0. (#24102)XhmikosR2-11/+11
2017-09-26Update .gitattributes. (#24113)XhmikosR1-1/+1
Add .txt and remove the non-existent .py files.
2017-09-26Tabs to spaces. (#24110)XhmikosR2-5/+4
2017-09-26Move the workbox build to a `postdocs-compile` script. (#24106)XhmikosR1-1/+2
This way, it's run for us automatically after `docs-compile`.
2017-09-26docs: fix syntax highlighting for shell scripts. (#24103)XhmikosR2-5/+15
Switch all instances to `sh` but keep `bash` so that things won't break either way.
2017-09-26Update Jekyll ignores. (#24101)XhmikosR1-8/+9
* ignore `twbsconfig.yml` * add a trailing slash for folders
2017-09-26Add image dimensions in stack image. (#24100)XhmikosR1-1/+1
2017-09-26Lossy compress a few remaining PNGs. (#24097)XhmikosR3-0/+0
Before: 312 KB (320.250 bytes) After: 253 KB (259.961 bytes)
2017-09-26Fix no rounded corners if there is only one card in a card-group (#24080)SpicyDwarf1-1/+5
2017-09-25Collapse - Allow to pass jQuery object or DOM element to the parent optionJohann-S4-9/+64
2017-09-24Updated github help links (#24071)Vasilii Artemchuk1-3/+3
2017-09-24Accessibility fixes to dynamic tabs (`aria-selected`, remove dynamic tabs ↵Patrick H. Lauke3-121/+79
with dropdowns) * Use `aria-selected` instead of `aria-expanded` * Change tab.js to use `aria-selected` rather than `aria-expanded` * Add `aria-orientation=vertical` to vertical tab list * Remove dynamic tabs with dropdowns * Fix non-interactive code examples * Only set `aria-selected` on the `role="tab"` trigger - this stops `aria-selected` being incorrectly added to the `role="tabpanel"` itself (probably harmless, but nonetheless incorrect)