aboutsummaryrefslogtreecommitdiff
path: root/site
AgeCommit message (Collapse)AuthorFilesLines
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 Otto13-7/+575
- 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-26Create a new table shortcode so we can easily add Bootstrap table classes to ↵Mark Otto1-0/+11
Markdown tables
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 Cuppens4-484/+444
2020-04-18Drop `@support (position: sticky)` media query (#30415)Martijn Cuppens1-8/+6
2020-04-18Remove negative margins leftovers (#30596)Martijn Cuppens2-5/+5
Co-authored-by: XhmikosR <[email protected]>
2020-04-17Improve docs-sidebar.html (#30567)XhmikosR1-10/+8
Reduce the output HTML
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]>
2020-04-15v5: Improve the responsiveness of our Dashboard example (#30573)Mark Otto1-3/+3
Cleans up some column classes to ensure things line up across all viewports. Also fixes some broken padding on the .navbar-brand. Co-authored-by: XhmikosR <[email protected]>
2020-04-14Slight adjustment to the h3 heading spacing in docsMark Otto1-1/+1
2020-04-14Redo display headings (#30568)Mark Otto2-1/+16
- Convert to Sass map - Consolidate font-weights into single option (matching line-height for them) - Add two new sizes and create a new scale - Update migration docs Co-authored-by: Martijn Cuppens <[email protected]>
2020-04-14Restore `.form-text` (#30565)Catalin Zalog3-9/+8
2020-04-13Update docs for new XXL grid tierMark Otto17-136/+167
- Updates mentions of number and exact tiers - Updates grid example to include xxl container - Adds some scss-docs references - Cleans up other grid mentions and docs - Updates navbar example to include an expand at XXL variant
2020-04-13Clarify media query using .02px and bump from callout to warningMark Otto2-2/+2
2020-04-13layout/z-index.md: retrieve z-index variables on build timeXhmikosR1-7/+13
2020-04-13Rewrite grid docs to account for new grid tierMark Otto14-767/+961
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
2020-04-13Move table of contents to new sidebar, restyle it to be simplerMark Otto2-20/+50
2020-04-09Remove redundant class and line height (#30542)Martijn Cuppens2-2/+1
2020-04-08Use correct hex color code(#30533)Gaël Poupard1-1/+1
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens5-84/+55
Co-authored-by: XhmikosR <[email protected]>
2020-04-01Fix CSS and improve docsysds1-35/+41
2020-04-01Add Full-Screen size to Modal and Responsive variations for breakpointsgsoti1-0/+156
(Works from breakpoint and down)
2020-03-31Fix active state dropdownMartijn Cuppens2-4/+2
2020-03-31Use unordered lists in dropdown-menusMartijn Cuppens5-74/+74
2020-03-31Docs: Use unordered lists in dropdownscccabinet4-88/+88
2020-03-31Fix text decorations (#30492)Martijn Cuppens1-4/+1
Co-authored-by: XhmikosR <[email protected]>
2020-03-31Require `.form-label` classes on form labels (#30476)Martijn Cuppens10-65/+65
2020-03-31docs(tables): 1, 2, 2, 4… (#30489)Gaël Poupard1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-03-30Switch to custom properties to control grid gutter widths (#30475)Martijn Cuppens1-0/+1
2020-03-28docs: remove `makeArray` (#30470)XhmikosR1-13/+9
2020-03-28Simplify sidebar stylesMartijn Cuppens3-64/+54
2020-03-28docs(sidenav): use class selector for active itemGaël Poupard2-4/+4
2020-03-28docs(sidenav): transition arrow tooGaël Poupard1-0/+1
2020-03-28docs(sidenav): get rid of custom JS for active stateGaël Poupard3-23/+6
2020-03-28docs(sidenav): fix struggling CSS when collapsing sidenavGaël Poupard2-5/+2
2020-03-28docs(sidenav): use collapse componentsGaël Poupard1-2/+3