Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Wrobel <marc.wrobel@gmail.com>2022-07-18 10:30:35 +0300
committerMark Otto <otto@github.com>2022-07-18 23:30:41 +0300
commiteae51cdf324e72049c5dfd9d24e2ac5eb227f82b (patch)
tree4824269d6a7546185bb584fe280123db5430710d /site/content/docs/5.2/customize/css-variables.md
parent705d6857ad262c0f1e8e85645a7a0df7b1e14d84 (diff)
Fix various small typos in documentation (#36762)
Diffstat (limited to 'site/content/docs/5.2/customize/css-variables.md')
-rw-r--r--site/content/docs/5.2/customize/css-variables.md2
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 13142f6ad7..26d167525d 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.