aboutsummaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)AuthorFilesLines
2017-12-22distMark Otto2-2/+2
2017-12-22Restyle code element, remove docs example overflow, improve docs examples ↵Mark Otto1-1/+0
(#25054) * Restyle code element, clean up variables - Removes the padding and background-color - Changes the color to a brand color () - Add new variables to kbd element styles to account for removing the code ones - Remove overrides that were needed previously * only break between words, and override it in the pre * make file inputs 100% wide * scope custom file changes in input group for sizing * shorter button labels for responsive * narrower cards * button was too wide * downsize * fewer links in pagination * redo cell text * improve overflow docs
2017-12-22distMark Otto1-1/+1
2017-12-16distMark Otto2-2/+2
2017-12-05Remove page reload in pwa.js. (#24923)XhmikosR1-15/+2
2017-11-27Fix docs horizontal scrollbar (#24878)Patrick H. Lauke1-0/+1
* Fix docs horizontal scrollbar in Components > Modal * Add overflow to docs example class * Drop the handleUpdate() variant While I understand the variant covers the "get a particular plugin instance" case from http://getbootstrap.com/docs/4.0/getting-started/javascript/#programmatic-api it seems weird that we do it here but not everywhere else in the docs (randomly checking other pages, we seem to stick to the documented methods as written on those pages). As this isn't properly explained as is, and as it adds nothing (more of a preference for authors), it would be easier to just drop the variant and stick with the documented method as outlined later on in the same page (avoids having to go off on a "why should you use this instead of that" tangent here).
2017-11-25Remove unused CSS. (#24872)XhmikosR5-104/+0
2017-11-19Remove unused file and bundle ie-emulation-modes-warning.js with docs.min.js ↵XhmikosR3-33/+3
(#24825) * Remove the unused assets/js/ie10-viewport-bug-workaround.js. * Combine ie-emulation-modes-warning.js with docs.min.js.
2017-11-16Update popper.js to v1.12.9. (#24797)XhmikosR1-1/+1
2017-11-06distMark Otto2-2/+2
2017-11-06descriptive docs variable naming (#24521)m5o2-15/+15
* use descriptive docs btn naming * rename `btn-bd-yellow` to `btn-bd-download` * sort state vars * sort state vars * info, warning, danger * rename btn-bd-purple * rename `.btn-bd-purple` to `.btn-bd-primary` * align docs color variables * generate $bd-purple-light color * with http://razorltd.github.io/sasscolourfunctioncalculator/ * allow overide of docs variables
2017-11-06distMark Otto2-2/+2
2017-10-29distMark Otto2-2/+2
2017-10-29Remove the now unused _data/core-team.yml and the relevant scss. (#24593)XhmikosR2-33/+0
2017-10-23Update popper.js to v1.12.6 and package-lock.json. (#24512)XhmikosR1-1/+2
2017-10-22distMark Otto2-2/+2
2017-10-23Refactor a few selectors. (#24404)XhmikosR1-66/+77
1. move a couple of them before the more specific ones. 2. change nesting to be under the same parent selector 3. use the ampersand more
2017-10-23Enable stylelint's `function-comma-space-after`. (#24501)XhmikosR5-21/+21
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-22distMark Otto2-2/+2
2017-10-20Change `max-height` to `height` in documentation sidebars (#24446)Gijs Boddeus1-2/+2
If the content of the page does not extend the full viewport height, the sidebars were shortened.
2017-10-18distMark Otto2-2/+2
2017-10-17Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-devMark Otto1-2/+0
2017-10-17Merge branch 'yiq-function-update' of https://github.com/gijsbotje/bootstrap ↵Mark Otto1-3/+3
into v4-dev
2017-10-18remove unused docs color variables (#24406)m5o1-2/+0
2017-10-15distMark Otto1-1/+1
2017-10-15Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus3-2/+4
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR3-2/+4
2017-10-04revert a77c13cGijs Boddeus1-3/+3
2017-10-04change order off properties in _colors.scssGijs Boddeus1-3/+3
2017-10-04Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus19-27/+59
2017-10-02distMark Otto1-1/+1
2017-10-02distMark Otto2-2/+2
2017-10-02Switch to stylelint. (#23572)XhmikosR11-17/+18
2017-10-01distMark Otto1-3/+9
2017-09-30distMark Otto2-2/+2
2017-09-26Add eslint-plugin-compat.XhmikosR1-2/+2
We can check for browser compatibility on lint time now.
2017-09-26docs: fix syntax highlighting for shell scripts. (#24103)XhmikosR1-2/+12
Switch all instances to `sh` but keep `bash` so that things won't break either way.
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-20Update anchor.js to v4.1.0. (#24011)XhmikosR1-2/+2
2017-09-15Pre-cache key assets with Workboxjs. (#23533)Michael1-0/+15
2017-09-13modified the yiq to to an actual functiongijsbotje1-3/+3
function only returns a value, not the attribute itself updated every use of the former mixin to use the new function
2017-09-05distMark Otto1-1/+1
2017-08-23Update Popper.js to 1.12.3Johann-S1-1/+1
2017-08-23Tweak ESLint rules.XhmikosR1-1/+1
2017-08-20distMark Otto1-1/+1
2017-08-15Register a service worker.XhmikosR1-0/+15
2017-08-15New favicons.XhmikosR13-0/+53
Include everything for most browsers to work including Android. Kept favicon.ico to the root dir. Also added a manifest.json for PWA.
2017-08-14distMark Otto2-2/+2
2017-08-13Rearrange margins for .highlight (#23396)Mark Otto1-1/+11
Only applies the margins to .highlight instances within .bd-content, thus negating any need for #23279.
2017-08-13distMark Otto2-2/+2