From eae51cdf324e72049c5dfd9d24e2ac5eb227f82b Mon Sep 17 00:00:00 2001 From: Marc Wrobel Date: Mon, 18 Jul 2022 09:30:35 +0200 Subject: Fix various small typos in documentation (#36762) --- site/content/docs/5.2/customize/css-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/content/docs/5.2/customize') 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. -- cgit v1.2.3