aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/customize
AgeCommit message (Collapse)AuthorFilesLines
2024-03-06Improve front matter "added" paramsXhmikosR1-1/+2
Add missing ones and add the ability to show or hide the badge Fixes a few more 404 errors in the version picker
2024-03-06Fix various redirectsXhmikosR2-4/+4
2024-02-13Docs: update colors table to be responsive in Customize > Color page (#39663)DrejT1-335/+337
Co-authored-by: Julien Déramond <[email protected]>
2023-12-12Docs: add `shift-color()` usage example in sass customization page (#39435)Julien Déramond1-0/+7
2023-11-18Docs: fix color schemes description in Sass customization (#39417)Julien Déramond1-5/+5
2023-07-23Fix some typos in Customize > Sass doc (#38948)Julien Déramond1-8/+8
2023-05-31Update Sass docs to mention compiling and including (#38538)Mark Otto1-6/+47
Co-authored-by: Julien Déramond <[email protected]>
2023-05-17Docs: new section to explain how to add a new color to the theme (#37737)Julien Déramond1-0/+48
* Docs: new section to explain how to add a new color to the theme * Commit to revert * Edit copy * Typo * bundlewatch * Restore blog example * Remove Sass modifications * Complete documentation * Revert bootstrap.scss modifications --------- Co-authored-by: Mark Otto <[email protected]>
2023-04-10Add hint to reduce screen flickering (#38426)Mark Dumay1-1/+1
2023-04-10Docs: consistent usage of CSS sections (#38219)Julien Déramond2-2/+2
Co-authored-by: Mark Otto <[email protected]>
2023-04-05Docs: add missing `twbs/examples` and change sorting (#38407)Julien Déramond1-0/+4
* Docs: add missing twbs/examples * Change sorting of examples.yml --------- Co-authored-by: XhmikosR <[email protected]>
2023-03-08Docs: fix typo in Color modes page (#38198)mrlife1-1/+1
2023-03-07Remove nesting color modes docs section (#38192)Mark Otto1-67/+0
* Update docs for nesting color modes to better communicate issues with nesting light in dark * Remove nesting entirely actually, it's impossible to properly show an example when in dark mode
2023-01-21Proposal to rename the CSS and Sass variableslouismaximepiton2-19/+19
2023-01-16Include variables-dark in the import stacks, plus a customize overview fixMark Otto2-0/+3
2023-01-12Docs: update progress markup in Color modes pageJulien Déramond1-4/+4
2023-01-11Docs: fix broken links in Color modes pageJulien Déramond1-3/+3
2023-01-05Docs: enhance colors description tableJulien Déramond1-28/+28
2023-01-03Rewrite some callouts to remove most headings and reduce their contentMark Otto1-4/+1
2022-12-29Focus ring helper and utilities (#33125)Mark Otto1-0/+14
* Add global variables for box-shadow focus rings * Update instances of -btn-focus-box-shadow to use -ring-box-shadow, unless it's for buttons or inputs * fix variable name * Add CSS variables for global focus styling, document it * Move to CSS vars section * Update scss/_nav.scss Co-authored-by: Gaël Poupard <[email protected]> * Helper and utils * Fix bundlewatch * Change 'Focus ring' in sidebar so that the page can be visible * Minor typo fix * fix merge * Revamp some more, improve docs Co-authored-by: Gaël Poupard <[email protected]> Co-authored-by: Julien Déramond <[email protected]> Co-authored-by: Patrick H. Lauke <[email protected]>
2022-12-28Fix CSS variables mentioned in our docsJulien Déramond1-1/+16
2022-12-24Release v5.3.0-alpha1 (#37661)XhmikosR8-0/+1415
* Bump version to 5.3.0-alpha1 * Dist * Add docs versions updates * Update note in homepage hero Co-authored-by: Mark Otto <[email protected]>