aboutsummaryrefslogtreecommitdiff
path: root/site/assets/scss/docs.scss
AgeCommit message (Collapse)AuthorFilesLines
2024-03-19docs: move search style to its own CSS fileJulien Déramond1-1/+0
2024-02-05Bump copyright year to 2024Julien Déramond1-1/+1
2023-03-15Tweak stylelint config (#38228)XhmikosR1-2/+2
* rename to .stylelintrc.json * add reportInvalidScopeDisables to config * move reportNeedlessDisables to config * merge the two configs * remove unneeded disabled rules from the examples config
2023-02-14Docs: add scroll-margin-top for keyboard navigationPatrick H. Lauke1-0/+1
2023-01-01Docs: remove remnants of Twitter / bump dates (#37779)Patrick H. Lauke1-1/+1
2022-12-20Follow upMark Otto1-1/+0
2022-06-01Docs: remove unused _algolia.scssJulien Déramond1-1/+0
2022-04-17v5.2.0 design refresh, plus responsive offcanvas classes (#35736)Mark Otto1-1/+1
* Add responsive offcanvas classes - Updates navbar-expand classes to de-dupe some styles—these shouldn't interfere now. - Adds some JS to the offcanvas component to help with responsiveness Co-Authored-By: GeoSot <[email protected]> * Redesign homepage, docs, and examples Homepage: - New Bootstrap purple navbar - Redesigned masthead - Rewrote and redesigned homepage content - Replace Copy text with icons like Bootstrap Icons site across all ClipboardJS instances - Fixed padding issues in site footer - Match homepage button styles to examples page, use gap instead of tons of responsive margin utils Docs: - New navbar, no more subnav. Migrated search and version picker into the main navbar and refreshed the design of it all, including the responsive toggles. - New sidebar navigation is always expanded, and now features Bootstrap Icons alongside section headings - Sidebar navigation autoscrolls to active link for better usability - Subnav and navbar padding issues ironed out - Enhanced the version picker in anticipation of v5.2: we can now link right to the same page in the previous version. - Redesign callouts to add more color to our pages - Collapse table of contents on mobile - Cleanup and redesign button styles with CSS variables - Update design for subnav version dropdown - Update highlight and example to be full-width until md - Improve the Added In badges - Turn the ToC into a well on mobile - Redesign code snippets to better house two action buttons Examples: - Redesign Examples page layout - Add new example for responsive offcanvases in navbars * Convert offcanvas to CSS vars * Feat: add resize handler to Offcanvas.js. If we could use as default the `.offcanvas` class without modifiers, we then, could add a simplified selector The selector itself, ignores the .offcanvas class as it doesn't have any responsive behavior The `aria-modal` addon is to protect us, selection backdrop elements * Separate examples code, Add some selectors, fix stackblitz btn Co-authored-by: GeoSot <[email protected]>
2022-01-03Bump copyright year to 2022 (#35639)XhmikosR1-2/+2
2021-06-22v5.1: Add optional CSS grid (#31813)Mark Otto1-0/+6
2021-01-07Bump copyright year to 2021 (#32713)XhmikosR1-2/+2
2020-04-13Update docs for new XXL grid tierMark Otto1-0/+1
- 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-02-15Revert "Placeholder for transitions reset to prevent code duplication #29862"XhmikosR1-9/+0
This reverts commit cd7e5d111102e4422858aa6f255dc243b4cca1ca. Co-authored-by: Martijn Cuppens <[email protected]>
2020-02-14Placeholder for transitions reset to prevent code duplication… (#29870)Gaël Poupard1-0/+9
Co-authored-by: Martijn Cuppens <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-01-23docs(styles): drop .booticon styles (#30071)Gaël Poupard1-14/+0
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR1-2/+2
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR1-0/+67
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.