aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2016-12-31minor rephrasing on layout/overview docsAlice Young1-3/+3
2016-12-31v4: Rip out IE compatibility mode meta tags (#21483)Mark Otto21-104/+5
* Remove IE compatibility mode meta tag from docs, examples, and JS tests as we no longer support IE9 and IE8 * update and remove some IE bits from our supported browser page * update introduction.md to match * reword starter template intro
2016-12-31move local docs jquery to slimMark Otto2-4/+4
2016-12-31update homepage to include depedencies, fixes #21250Mark Otto1-0/+2
2016-12-31make note of slim buildMark Otto1-1/+1
2016-12-31switch to jquery slim, update examples to use code.jquery.com cdnMark Otto14-14/+14
2016-12-30add example of width utilMark Otto1-1/+9
2016-12-30hook up animation toggleMark Otto1-0/+5
2016-12-30Rewrite progress component without <progress> elementMark Otto1-30/+98
- <progress> element didn't allow animation, labels overlaid, multiple bars, etc. - Revamps CSS to use something more similar to v3's implementation - Ditches variant mixin for `bg-` utils - Rebuilds docs to match, including adding a new Height section for customizing that. Only potential remaining todo is adding `.sr-only` instances to within the bar. Unsure if that's necessary.
2016-12-31Change remaining JS files to comply with ESLint config.Bardi Harborow3-10/+10
2016-12-30Document $enable-print-styles (#21474)Quy1-0/+1
2016-12-29redo and make stickyMark Otto2-4/+22
2016-12-29update navbarMark Otto1-12/+10
2016-12-29remove commented out code, add top marginMark Otto1-8/+1
2016-12-29Drop IE9 calloutQuy1-6/+0
2016-12-28gruntMark Otto11-204/+252
2016-12-28update all examplesMark Otto10-40/+32
2016-12-28reorder classes because i like it this way :pMark Otto1-12/+12
2016-12-28dedupeMark Otto1-1/+0
2016-12-28clarify need for .navbar-toggleable classesMark Otto1-1/+1
2016-12-28drop the flex-grow: 10 in favor of auto margin utilsMark Otto1-7/+7
2016-12-28drop the .nav base class from .navbar-navMark Otto1-10/+10
2016-12-28no float utils, use class nameMark Otto1-1/+1
2016-12-28better describe exampleMark Otto1-1/+1
2016-12-28consistent punctuationMark Otto1-2/+2
it's important, yo
2016-12-28Merge branch 'navbar-tweaks' into v4-docs-streamlinedMark Otto11-68/+59
2016-12-28update all examplesMark Otto10-40/+32
2016-12-28reorder classes because i like it this way :pMark Otto1-12/+12
2016-12-28dedupeMark Otto1-1/+0
2016-12-28clarify need for .navbar-toggleable classesMark Otto1-1/+1
2016-12-28drop the flex-grow: 10 in favor of auto margin utilsMark Otto1-7/+7
2016-12-28drop the .nav base class from .navbar-navMark Otto1-10/+10
2016-12-28no float utils, use class nameMark Otto1-1/+1
2016-12-28better describe exampleMark Otto1-1/+1
2016-12-28consistent punctuationMark Otto1-2/+2
it's important, yo
2016-12-28Merge branch 'v4-dev' into v4-docs-streamlinedMark Otto148-9122/+12887
2016-12-28gruntMark Otto7-430/+233
2016-12-28add alignment docs with flex utilsMark Otto1-4/+27
2016-12-28simpler sizing examplesMark Otto1-13/+14
2016-12-28rogue extra line breakMark Otto1-1/+0
2016-12-28redo active and disabled docs snippetsMark Otto1-22/+17
- remove screen reader stuff in favor of explicit labels - remove 4 and 5 items to keep examples simpler
2016-12-28add a working with icons exampleMark Otto1-3/+5
frees us up to not have to encourage so much markup throughout these pagination examples
2016-12-28redo main example to work in screen reader love instead of putting it in a ↵Mark Otto1-7/+15
callout
2016-12-28redo intro paragraphMark Otto1-1/+1
2016-12-28update docs to improve contextual classes sectionMark Otto1-1/+14
2016-12-28Revamp list group states and docs to matchMark Otto1-38/+51
- Overhauls the states, including the link/button variants, for list groups to better match how we handle .btn states. - Moved the .list-group-item-action styles before the .list-group-item so that we don't have to do as much overriding. - Removed the plain-hover-focus mixins from the disabled and active states since they're unnecessary. - Added support for :active states on the .list-group-item-action variant (for the current click state). - Removed the heading and text classes and variables since we can accomplish the same thing with utilities. - Added support for :disabled on the .list-group-item-action as well since we can use those with button elements. - Rearranged docs to reflect all the above changes. - Reformatted some Sass variables.
2016-12-28update to migration docsMark Otto1-31/+16
2016-12-27follow up to the fix for #20506 with some docs examples of input groups in ↵Mark Otto1-0/+30
button toolbars
2016-12-27revamp button group with flexboxMark Otto1-3/+15
2016-12-27update example with brand and new utilMark Otto1-1/+2