aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
AgeCommit message (Collapse)AuthorFilesLines
2020-11-19Adapt to main changesplaygroundXhmikosR1-12/+10
2020-11-19Add an iOS style list group with switches and chevronsMark Otto1-0/+26
2020-11-19v5: Playground for new ideasMark Otto2-0/+154
WIP effort to look at some components and design choices that could make their way into v5.
2020-11-19docs: update selector CodePen example (#32163)XhmikosR2-2/+2
2020-11-19Update migration guide about w-100Mark Otto1-1/+1
2020-11-19examples: fix `.btn-block` instancesXhmikosR3-5/+5
2020-11-18correct "breakpoint" typo (#32191)Matt Shaw1-1/+1
breakpoing --> breakpoint
2020-11-18docs: Add missing `.has-validation` class for input group example (#32162)Kyle Tsang1-1/+1
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-11-18docs(dropdowns): clarify where is `.show` applied (#32189)Gaël Poupard1-1/+1
Fixes #32712
2020-11-17Fix the marker SVG color to match the button (#32174)Christian Oliff1-1/+1
2020-11-15Switch to jsDelivr for the remaining docs assets (#32158)XhmikosR2-6/+6
2020-11-14popovers.md: unbreak line (#32153)XhmikosR1-2/+1
2020-11-14Move migration notesXhmikosR1-5/+5
2020-11-14Update the remaining filesXhmikosR2-20/+20
2020-11-14Add note in migration.mdMark Otto1-0/+4
2020-11-14Add `bs` in data attributesRohit Sharma28-375/+375
- Add `bs` in data APIs everywhere - Update unit tests
2020-11-13Move states docs and rewrite to match existing examplesMark Otto1-56/+34
2020-11-13Add hover utilitiesNikita Mikhaylov1-0/+56
remome several hobers refactoring hover utilities refactoring hover utilities
2020-11-13Rename scale-color() function to shift-color() to avoid collision with ↵Mark Otto1-1/+7
Sass's own color function (#32149)
2020-11-13Add hyphen between Sass and based (#32134)Jonathan1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-11-12Update floating-labels.md (#32139)Dylan Anderson1-1/+1
Fixed grammar error.
2020-11-12Fix caniuse.com URLS to prevent redirects (#32135)Christian Oliff3-3/+3
Shorter URLS which are faster as they avoid HTTP redirects
2020-11-11browsers-devices: add `chomp` (#32116)XhmikosR1-1/+1
This is to remove any trailing newlines in the `.browserslistrc` shortcode
2020-11-11Minor improvements to the Alpha 3 changelog (#32126)Christian Oliff1-6/+3
Small changes for improved consistency Co-authored-by: XhmikosR <[email protected]>
2020-11-10Clarify JS bundle docs one more time (#32105)Mark Otto1-2/+2
Co-authored-by: XhmikosR <[email protected]>
2020-11-09Drop `.btn-block` classes, replace with utilities (#31995)Mark Otto2-7/+44
Co-authored-by: XhmikosR <[email protected]>
2020-11-09[Docs] Changes to navbar documentation/explanation (#32090)Patrick H. Lauke1-11/+11
* Expand "external content" section for navbar - rephrase the intro to make a bit more sense - add note about dangers of focus/reading order problems * Remove pointless intro sentence * Small wording changes/additions/fixes
2020-11-08Add .gap utilities (#32074)Mark Otto1-5/+21
* Add gap utilities * Update .bundlewatch.config.json * Revamp headings on this page for better organization Co-authored-by: XhmikosR <[email protected]>
2020-11-08Partially revert "Move this to a partial to work around the stray `p` ↵XhmikosR1-1/+15
issue." (#32076) This partially reverts commit 23ddfa99a33c81916666326e0cfd2582dacfca44.
2020-11-08download.md: link to JS files comparison too (#32087)XhmikosR1-1/+1
2020-11-08reboot.md: mention "Liberation Sans" (#32084)XhmikosR1-0/+1
2020-11-06Fix missing border & add transitionsMartijn Cuppens1-6/+6
2020-11-06Add dedicated accordion component based on Collapse JSMark Otto3-55/+106
2020-11-06Add .d-grid to our display utilities (#32066)Mark Otto1-0/+2
Co-authored-by: XhmikosR <[email protected]>
2020-11-05Drop Legacy Edge support.XhmikosR3-3/+5
This allows us to move forward without being held back. Microsoft already replaces the Legacy Edge with the new one on supported Windows versions.
2020-11-05Big copy edits and testingMark Otto1-15/+25
Moves the remote utilities section to the using the api section and updates the code snippet to work. Previous one removed all utilities.
2020-11-05docs: add info on modifying and adding utilitiesLuke-zhang-041-0/+42
2020-11-05Editing and formatting utilities API pageMark Otto1-160/+81
2020-11-03Form file docs and overrides (#32058)Gaël Poupard1-8/+8
2020-11-02Add callouts about using light colors ideally on a dark background (#32040)Patrick H. Lauke2-0/+8
* Add callout about using light colors ideally on a dark background * Add callout to helpers > colored links as well
2020-10-31Update instances of .font-weight to .fwMark Otto9-42/+42
2020-10-31Contrast colors added to theme-colors (#30044)Sead Memic4-8/+8
* Contrast colors added to theme-colors * redundant colors removed froms docs, theme-colors refactor * Add spaces for consistency * Adapt to the recent changes Co-authored-by: Sead Memic <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-10-30Updated .rounded utilities (#31687)Mark Otto1-7/+7
* Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Updated rounded utilities to fix scale, but not rename anything else * Rename rounded-pill to border-radius-pill to match Also reorder some variables while I'm here to make more sense * Small copy addition * Add example modifier class for spacing Co-authored-by: XhmikosR <[email protected]>
2020-10-30Add `cursor:pointer` to color inputs (#32020)Patrick H. Lauke1-0/+1
* Add `cursor:pointer` for color inputs * Add to migration guide
2020-10-30Fix redirects (#32015)XhmikosR2-2/+2
2020-10-29Minor Markdown fixes (#32009)XhmikosR2-2/+2
* add missing language after fenced block * add missing end of file newline
2020-10-28Drop custom file upload plugin in favor of CSSMartijn Cuppens6-111/+33
2020-10-27v5: Floating labels (#30449)Mark Otto5-136/+107
* v5: Promote floating labels example to component - Adds new .form-floating - Stubs out basics of a docs page - Removes existing Example * Update floating labels to support .form-select, make inputs and selects more consistent - To do this, I made the .form-control and .form-select consistent in min-height vs height - Removed some unused variables now - Updated -color to be the -color because I don't know why this was any different before - Update page to include some examples for layout, validation, and value - Rewrite styles to not modify padding, but instead transform and opacity * Streamline and bulletproof some things - Apply some optimizations from code review - Removed unecessary properties from the label - Add some comments for what properties are required - Move from fixed height for labels to height 100% so we can support textareas - Improve docs a little bit, add ToC * Move some values to variables, switch from scaling font-size to scale, update transforms * Bring over changes from #30966 and add to them to tighten things up * Delete the now unused example images * Fix typo * Allowlist the calc function * Add transform-origin, update transform values * Test out autofill fix * Fix linter issue * Mention it in the migration guide * Bump bundlesize * Add one more variable per review * Shave .25rem off the height Co-authored-by: XhmikosR <[email protected]>
2020-10-27Add example with input group between two inputsJonathan1-0/+6
2020-10-27Fix git conflicts after #30571 (#31982)Martijn Cuppens1-5/+0
Co-authored-by: XhmikosR <[email protected]>