Skip to content

Commit

Permalink
chore(merge main): patched commit → 4dd9bf0 (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Oct 2, 2023
1 parent 61fa429 commit dd76753
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
70 changes: 35 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@
"ods-storybook-theme": "^0.1.0",
"pa11y-ci": "^3.0.1",
"pa11y-ci-reporter-html": "^6.0.2",
"postcss": "^8.4.29",
"postcss": "^8.4.30",
"postcss-cli": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.29.1",
"rollup": "^3.29.3",
"rollup-plugin-istanbul": "^4.0.0",
"rtlcss": "^4.1.0",
"sass": "^1.66.1",
"rtlcss": "^4.1.1",
"sass": "^1.68.0",
"sass-loader": "^13.3.2",
"sass-true": "^7.0.0",
"shelljs": "^0.8.5",
Expand All @@ -170,7 +170,7 @@
"stylelint": "^15.10.3",
"stylelint-config-twbs-bootstrap": "^11.0.1",
"tarteaucitronjs": "^1.14.0",
"terser": "^5.19.4",
"terser": "^5.20.0",
"vnu-jar": "^23.4.11"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion scss/forms/_form-check.scss
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
background-position: $form-switch-bg-position, 0 0;
background-size: $form-switch-bg-size, $form-switch-bg-square-size 100%; // Get a 1px separation
border-color: $white; // Boosted mod
@include border-radius($form-switch-border-radius);
@include border-radius($form-switch-border-radius, 0);
@include transition($form-switch-transition);

&:focus {
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/5.3/helpers/stacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ added: "5.1"
Stacks offer a shortcut for applying a number of flexbox properties to quickly and easily create layouts in Boosted. All credit for the concept and implementation goes to the open source [Pylon project](https://almonk.github.io/pylon/).

{{< callout warning >}}
Heads up! Support for gap utilities with flexbox was recently added to Safari, so consider verifying your intended browser support. Grid layout should have no issues. [Read more](https://caniuse.com/flexbox-gap).
**Heads up!** Support for gap utilities with flexbox was recently added to Safari, so consider verifying your intended browser support. Grid layout should have no issues. [Read more](https://caniuse.com/flexbox-gap).
{{< /callout >}}

## Vertical
Expand Down

0 comments on commit dd76753

Please sign in to comment.