diff options
| author | Marc Wrobel <[email protected]> | 2022-07-18 09:30:35 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2022-07-18 13:30:41 -0700 |
| commit | eae51cdf324e72049c5dfd9d24e2ac5eb227f82b (patch) | |
| tree | 4824269d6a7546185bb584fe280123db5430710d /site/content/docs/5.2/customize | |
| parent | 705d6857ad262c0f1e8e85645a7a0df7b1e14d84 (diff) | |
| download | bootstrap-eae51cdf324e72049c5dfd9d24e2ac5eb227f82b.tar.xz bootstrap-eae51cdf324e72049c5dfd9d24e2ac5eb227f82b.zip | |
Fix various small typos in documentation (#36762)
Diffstat (limited to 'site/content/docs/5.2/customize')
| -rw-r--r-- | site/content/docs/5.2/customize/css-variables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.2/customize/css-variables.md b/site/content/docs/5.2/customize/css-variables.md index 13142f6ad..26d167525 100644 --- a/site/content/docs/5.2/customize/css-variables.md +++ b/site/content/docs/5.2/customize/css-variables.md @@ -57,4 +57,4 @@ a { ## Grid breakpoints -While we include our grid breakpoints as CSS variables (except for `xs`), be aware that **CSS variables do not work in media queries**. This is by design in the CSS spec for variables, but may change in coming years with support for `env()` variables. Check out [this Stack Overflow answer](https://stackoverflow.com/a/47212942) for some helpful links. In the mean time, you can use these variables in other CSS situations, as well as in your JavaScript. +While we include our grid breakpoints as CSS variables (except for `xs`), be aware that **CSS variables do not work in media queries**. This is by design in the CSS spec for variables, but may change in coming years with support for `env()` variables. Check out [this Stack Overflow answer](https://stackoverflow.com/a/47212942) for some helpful links. In the meantime, you can use these variables in other CSS situations, as well as in your JavaScript. |
