[go: nahoru, domu]

Skip to content
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

chore(merge): fc3f4b6 #1757

Merged
merged 32 commits into from
Jan 12, 2023
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
fd5a983
chore(merge): fc3f4b6
julien-deramond Jan 3, 2023
fcd93a9
Remove useless comment in list-group.scss
julien-deramond Jan 9, 2023
e72e0bb
Add Boosted mod in list-group.scss
julien-deramond Jan 9, 2023
fd58df1
Change --bd-callout-bg
julien-deramond Jan 9, 2023
e35b062
.
julien-deramond Jan 9, 2023
1130bb1
Update site/assets/scss/_callouts.scss
julien-deramond Jan 10, 2023
2f29505
Fix switch rendering
julien-deramond Jan 10, 2023
7659e56
Move callout in utilities/background.md
julien-deramond Jan 10, 2023
1c533b5
Merge branch 'main' into main-jd-chore-merge-fc3f4b6
julien-deramond Jan 10, 2023
dcb0585
Update comments for .highlight-toolbar
julien-deramond Jan 10, 2023
a624a5d
Attempt to fix pa11y-ci
julien-deramond Jan 10, 2023
9d43843
Fix .alert-link
julien-deramond Jan 11, 2023
16d0b84
Fix missing stuff in toasts.md
julien-deramond Jan 11, 2023
7b8e9b1
Replace map-get(border-width, 1) by 1px in assets/scss/_component-exa…
julien-deramond Jan 11, 2023
0e7754d
Reintroduce '// Prevent breaking of code' comment
julien-deramond Jan 11, 2023
b47a7bf
Enhance data-bs-theme='blue' example
julien-deramond Jan 11, 2023
5eb92ac
Add // Boosted mod to .bi in assets/scss/_content.scss
julien-deramond Jan 11, 2023
baf4903
Replace --{prefix} by --bs- in assets/scss/_content.scss
julien-deramond Jan 11, 2023
c5d4b02
Replace --{prefix} by --bs- in assets/scss/_navbar.scss
julien-deramond Jan 11, 2023
a543691
Added a Boosted mod to keep the default behavior in assets/scss/_side…
julien-deramond Jan 11, 2023
8a0e7b0
Simplified .bd-links-link color rules
julien-deramond Jan 11, 2023
9a535e6
Display all bg-* utilities unitary
julien-deramond Jan 11, 2023
7b9e846
Remove unused contrast_color from theme-colors.yml
julien-deramond Jan 11, 2023
4b7d435
.
julien-deramond Jan 11, 2023
74dc528
Handle the theme icons slightly differently
louismaximepiton Jan 12, 2023
16ba1ab
Use `--bs-body-bg` instead of the tertiary bg
louismaximepiton Jan 12, 2023
895e9f8
Better flexibility of the border-radius in pagination
louismaximepiton Jan 12, 2023
41495d7
Change progress bg
louismaximepiton Jan 12, 2023
4fba83b
Update migration guide
julien-deramond Jan 12, 2023
a3fe190
Fix generate-utility
julien-deramond Jan 12, 2023
a24b197
Fix bundlewatch
julien-deramond Jan 12, 2023
ff9df99
Reorder alphabetically vars in migration guide
julien-deramond Jan 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reintroduce '// Prevent breaking of code' comment
  • Loading branch information
julien-deramond committed Jan 11, 2023
commit 0e7754df063a594f72f75455352b4472ea9976ee
1 change: 1 addition & 0 deletions site/assets/scss/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
> .table-responsive .table {
// Boosted mod: remove a lot of rules to keep our basic rendering

// Prevent breaking of code
// stylelint-disable-next-line selector-max-compound-selectors
th,
td:first-child > code {
Expand Down