aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/_component-examples.scss
AgeCommit message (Collapse)AuthorFilesLines
2018-07-11Reorganize docs for easier deploysMark Otto1-411/+0
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
2018-03-12re-use gray for bd-example border / background (#25751)m5o1-2/+2
2018-01-15Add example of a Spanish translation for custom file input (#25302)Mark Otto1-0/+4
2018-01-01improve additive/subtractive border util docsMark Otto1-1/+6
2017-12-28Remove margin-bottom on .bd-example (#25048)Mark Otto1-2/+1
2017-12-26remove popover static exampleMark Otto1-34/+0
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-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-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)XhmikosR1-4/+4
The option is set to `always-single-line` in stylelint-config-standard which we extend.
2017-10-07Enable stylelint's no-duplicate-selectors rule.XhmikosR1-1/+1
2017-10-02Switch to stylelint. (#23572)XhmikosR1-2/+3
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-12fix docs modal example fade outGijs Boddeus1-1/+1
the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out simply dropping the `.show` from this selector will correct this issue
2017-06-30update usage elsewhereMark Otto1-2/+2
2017-06-29Drop the old $gray- variables for the new color rangeMark Otto1-1/+1
2017-06-25Merge branch 'v4-dev' into colors-reduxMark Otto1-0/+13
2017-06-25add border color utilitiesMark Otto1-3/+3
2017-06-25remove bg stylesMark Otto1-17/+0
2017-06-21Fix modal overflow with our navbar documentation and fix typo (#22864)Johann-S1-0/+13
* Fix modal overflow with our navbar documentation and fix typo * Fix z-index backdrop and modal with popover/tooltip example
2017-06-18remove - vars, update docs to generate from data yml files, update mixins, ↵Mark Otto1-2/+2
and generate card, button, bg, and color classes from the sass map
2017-05-29Rearrange all the docs to allow for a docs/major.minor/ setupMark Otto1-0/+419