aboutsummaryrefslogtreecommitdiff
path: root/site/content
AgeCommit message (Collapse)AuthorFilesLines
2020-05-26Apply utilities in docs styles (#30866)Gaël Poupard1-15/+15
* docs(theming): apply utilities where possible * Update docs-sidebar.html Co-authored-by: XhmikosR <[email protected]>
2020-05-26Update grid.mdXhmikosR1-2/+2
Fix docsref links
2020-05-26examples: remove no longer used classes. (#30894)XhmikosR1-4/+4
2020-05-20v5: Make navbar active links consistent (#30831)Mark Otto1-20/+20
* Update navbar docs to put .active class on .nav-link Fixes #30652 in v5. * Remove two selectors from navbar nav that are either unused, or duplicative Co-authored-by: XhmikosR <[email protected]>
2020-05-20docs(customize/sass): dark color-contrast is #212529 as of nowGaël Poupard1-1/+1
2020-05-20docs(customize/colors): dump grays swatches (unused) and merge -500 in swatchesGaël Poupard1-1/+1
2020-05-20docs(contrasts): move content after rebasing masterGaël Poupard2-3/+5
2020-05-20docs(colors): better color utilities pairing to ensure sufficient contrastGaël Poupard3-5/+5
2020-05-19Streamline application.js exampleModal code (#30819)XhmikosR1-2/+5
* use `textContent` since we only need to add text * move comments
2020-05-18More Markdownlint fixesXhmikosR3-4/+4
2020-05-18Fix some easy Markdown linting issuesMark Otto4-36/+36
- Always use dashes for bullets - Add some basic alt text for our readme OC sponsors
2020-05-15migration.md: a few grammar fixesXhmikosR1-9/+9
2020-05-15Improve gradientsMartijn Cuppens2-2/+6
- Use a semitransparent gradient from light to dark which works on any background-color - Store the gradient as a custom property (--bs-gradient) - Remove `.bg-gradient-*` variants in favour of `.bg-gradient` which works even when `$enable-gradients` are enabled - Add gradients to navbar, active page links and badges when gradients are enabled
2020-05-14Simplify list-group borders in cards (#30808)Mark Otto1-0/+13
2020-05-14Split table cell padding variables (#30815)Mark Otto1-0/+1
2020-05-14Fix broken anchors. (#30828)XhmikosR2-3/+3
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR134-17/+17
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.
2020-05-13Fix .browserslistrc file name in docs (#30800)Christian Oliff1-2/+2
2020-05-11Removed role="document" from the modal dialog (#30755)Rohit Sharma1-27/+27
2020-05-06Fix typo (#30745) (#30746)XhmikosR1-1/+1
Use possessive form of it (cherry picked from commit d63b651f3708e878814d4c98dd85a759f80fefc4) Co-authored-by: Quy <[email protected]>
2020-05-06enforce element check on scrollspy target (#30747)Johann-S1-1/+1
2020-05-05Fix form file height (#30699)Gaël Poupard1-1/+1
2020-05-02Update CSS variables docs to clarify usage and intentMark Otto1-3/+5
2020-05-01Finish up creating your own components docsMark Otto1-1/+1
2020-05-01Update function names in migration, clarify tints and shades are Sass variablesMark Otto1-2/+2
2020-05-01Remove mentions of Bootstrap 4 in a few places, replacing with updated ↵Mark Otto2-3/+3
guidance where appropriate
2020-04-30v5: Unify spacing across components (#30564)Mark Otto1-0/+2
Co-Authored-By: Martijn Cuppens <[email protected]>
2020-04-29Remove borders from iframes by default (#30620)Martijn Cuppens1-1/+1
2020-04-29Add a script to zip the built examples (#30130)XhmikosR1-0/+6
2020-04-26Fill in some unusedcss section linksMark Otto1-1/+8
2020-04-26Update CSS variables docsMark Otto1-2/+8
- Rename available vars section to root vars and mention they're globally available - Add new component vars section and link to table docs for WIP example
2020-04-26Include code snippet for lean JS sectionMark Otto1-0/+14
2020-04-26Add example of a custom component using docs calloutsMark Otto1-0/+40
2020-04-26Update shortcode usageMark Otto1-2/+2
2020-04-26wordsmithingMark Otto1-1/+3
2020-04-26pull in latest from old theming pageMark Otto2-4/+7
2020-04-26Use scss-docs for color mapsMark Otto1-29/+2
2020-04-26Add more context to customizing componentsMark Otto1-1/+5
2020-04-26Add overview intro to the Customize sectionMark Otto1-0/+13
2020-04-26Rewrite Theming docs as Customize sectionMark Otto10-5/+551
- Broke up existing theming page into separate pages - Audited and updated each new docs page (some pages include some TBD sections) - Update sidenav to reflect changes - Fix links that pointed to the old Theming page - Update docs styles to reflect recent changes - Rewrite some bits in the Migration page
2020-04-26Rename variables for brevityMark Otto1-0/+1
- Rename `$enable-prefers-reduced-motion-media-query` to `$enable-reduced-motion` - Rename `$enable-pointer-cursor-for-buttons` to `$enable-button-pointers`
2020-04-26Remove existing Theming page as we build out a new Customize sectionMark Otto1-433/+0
2020-04-24Update table docs copyMartijn Cuppens1-8/+10
Co-Authored-By: Mark Otto <[email protected]>
2020-04-24Add bs prefixMartijn Cuppens1-4/+4
2020-04-24Prevent nested tables style leaksMartijn Cuppens2-484/+387
2020-04-18Remove negative margins leftovers (#30596)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-04-16feat: removes `.form-text` display (#30598)Catalin Zalog1-8/+8
Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-15Add `bs-` prefixes to custom properties (#30591)Martijn Cuppens1-3/+3
2020-04-15guuters.md: fix link and highlight (#30595)XhmikosR1-2/+2
2020-04-15Disable negative margins by default (#30585)Martijn Cuppens3-11/+4
* Disable negative margins by default * Use shorter enable variable Co-authored-by: XhmikosR <[email protected]>