-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dark mode: migration guide #2433
Merged
julien-deramond
merged 25 commits into
main-jd-dark-mode
from
main-jd-dark-mode-migration-guide
Jan 2, 2024
Merged
Dark mode: migration guide #2433
julien-deramond
merged 25 commits into
main-jd-dark-mode
from
main-jd-dark-mode-migration-guide
Jan 2, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
✅ Deploy Preview for boosted ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
925329e
to
094ee64
Compare
58cb8d0
to
df2cfe3
Compare
2fe8f46
to
77711bd
Compare
2dc37ad
to
62f9904
Compare
77711bd
to
555c600
Compare
8692998
to
57a633d
Compare
7281b26
to
8d31874
Compare
6f14241
to
9c79abc
Compare
louismaximepiton
approved these changes
Jan 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR describes all the changes happening for the dark mode in our migration guide.
Live preview
scss/_breadcrumb.scss
scss/_button-group.scss
scss/_buttons.scss
scss/_card.scss
scss/_carousel.scss
scss/_close.scss
scss/_color-palette.scss
scss/_dropdown.scss
scss/_footer.scss
scss/_list-group.scss
scss/_local-navigation.scss
scss/_maps.scss
scss/_modal.scss
scss/_nav.scss
scss/_navbar.scss
scss/_offcanvas.scss
scss/_pagination.scss
scss/_reboot.scss
scss/_root.scss
scss/_spinners.scss
scss/_stepped-process.scss
scss/_sticker.scss
scss/_tables.scss
scss/_tags.scss
scss/_title-bars.scss
scss/_utilities.scss
scss/_variables-dark.scss
scss/_variables.scss
scss/forms/_form-check.scss
scss/forms/_form-control.scss
scss/forms/_form-select.scss
scss/forms/_input-group.scss
scss/forms/_labels.scss
scss/forms/_quantity-selector.scss
scss/forms/_star-rating.scss
scss/helpers/_chevron-link.scss
scss/helpers/_color-bg.scss
scss/helpers/_colored-links.scss
scss/mixins/_buttons.scss
scss/mixins/_forms.scss
scss/mixins/_table-variants.scss
site/assets/js/color.js
site/assets/js/tac.js
site/assets/scss/_boosted.scss
site/assets/scss/_callouts.scss
site/assets/scss/_colors.scss
site/assets/scss/_component-examples.scss
site/assets/scss/_content.scss
site/assets/scss/_masthead.scss
site/assets/scss/_navbar.scss
site/assets/scss/_search.scss
site/assets/scss/_subnav.scss
site/assets/scss/_syntax.scss
site/assets/scss/_tarteaucitron.scss
site/assets/scss/_toc.scss
site/assets/scss/_variables.scss
site/content/docs/5.3/about/brand.md
site/content/docs/5.3/components/accordion.md
site/content/docs/5.3/components/alerts.md
site/content/docs/5.3/components/back-to-top.md
site/content/docs/5.3/components/badge.md
site/content/docs/5.3/components/breadcrumb.md
site/content/docs/5.3/components/button-group.md
site/content/docs/5.3/components/buttons.md
site/content/docs/5.3/components/card.md
site/content/docs/5.3/components/close-button.md
site/content/docs/5.3/components/dropdowns.md
site/content/docs/5.3/components/list-group.md
site/content/docs/5.3/components/local-navigation.md
site/content/docs/5.3/components/modal.md
site/content/docs/5.3/components/navbar.md
site/content/docs/5.3/components/offcanvas.md
site/content/docs/5.3/components/orange-navbar.md
site/content/docs/5.3/components/pagination.md
site/content/docs/5.3/components/progress.md
site/content/docs/5.3/components/spinners.md
site/content/docs/5.3/components/stepped-process.md
site/content/docs/5.3/components/tags.md
site/content/docs/5.3/components/title-bars.md
site/content/docs/5.3/components/toasts.md
site/content/docs/5.3/content/figures.md
site/content/docs/5.3/content/images.md
site/content/docs/5.3/content/tables.md
site/content/docs/5.3/customize/color-modes.md
site/content/docs/5.3/customize/color-palette.md
site/content/docs/5.3/customize/color-theme.md
site/content/docs/5.3/customize/color.md
site/content/docs/5.3/customize/css-variables.md
site/content/docs/5.3/customize/overview.md
site/content/docs/5.3/customize/sass.md
site/content/docs/5.3/dark-mode.md
site/content/docs/5.3/examples/cards-rtl/index.html
site/content/docs/5.3/examples/cards/index.html
site/content/docs/5.3/examples/download-app/download-app.css
site/content/docs/5.3/examples/download-app/index.html
site/content/docs/5.3/examples/form/index.html
site/content/docs/5.3/examples/grid/grid.css
site/content/docs/5.3/examples/grid/index.html
site/content/docs/5.3/examples/masonry/index.html
site/content/docs/5.3/examples/navbar-mode-selector/index.html
site/content/docs/5.3/examples/navbar-sticky/index.html
site/content/docs/5.3/examples/navbars/index.html
site/content/docs/5.3/examples/title-bars/index.html
site/content/docs/5.3/forms/checks-radios.md
site/content/docs/5.3/forms/input-group.md
site/content/docs/5.3/forms/quantity-selector.md
site/content/docs/5.3/forms/validation.md
site/content/docs/5.3/getting-started/accessibility.md
site/content/docs/5.3/guidelines/_index.md
site/content/docs/5.3/helpers/focus-ring.md
site/content/docs/5.3/helpers/stacks.md
site/content/docs/5.3/layout/columns.md
site/content/docs/5.3/migration.md
site/content/docs/5.3/utilities/background.md
site/content/docs/5.3/utilities/borders.md
site/content/docs/5.3/utilities/colors.md
site/content/docs/5.3/utilities/object-fit.md
site/content/docs/5.3/utilities/spacing.md
site/data/colors.yml
site/data/examples.yml
site/data/grays.yml
site/data/palette.yml
site/data/sidebar.yml
site/data/theme-colors.yml
site/layouts/_default/docs.html
site/layouts/_default/examples.html
site/layouts/_default/single.html
site/layouts/partials/docs-navbar.html
site/layouts/partials/docs-subnav.html
site/layouts/partials/docs-versions.html
site/layouts/partials/footer.html
site/layouts/partials/home/get-started.html
site/layouts/partials/home/masthead.html
site/layouts/partials/icons.html
site/layouts/shortcodes/callout-deprecated-dark-variants.html
site/layouts/shortcodes/card.html
site/layouts/shortcodes/example.html
site/layouts/shortcodes/js-docs.html
site/layouts/shortcodes/orange-footer.html
site/layouts/shortcodes/orange-global-headers.html
site/layouts/shortcodes/orange-supra.html
site/layouts/shortcodes/placeholder.html
site/layouts/shortcodes/scss-docs.html
site/static/docs/5.3/assets/img/examples/download-app.png
site/static/docs/5.3/assets/img/examples/[email protected]
site/static/docs/5.3/assets/img/examples/form.png
site/static/docs/5.3/assets/img/examples/[email protected]
site/static/docs/5.3/assets/img/examples/navbar-mode-selector.png
site/static/docs/5.3/assets/img/examples/[email protected]