From b786117ef68b3c42c06a11fd0d2215f4b0d10b6f Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 15 Feb 2025 21:56:53 -0800 Subject: [PATCH] Fix redirect for MDN's Using CSS custom properties (variables) --- docs/source/blocks/block-style-wrapper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/blocks/block-style-wrapper.md b/docs/source/blocks/block-style-wrapper.md index 84da7790ca..f9e05a2a13 100644 --- a/docs/source/blocks/block-style-wrapper.md +++ b/docs/source/blocks/block-style-wrapper.md @@ -221,7 +221,7 @@ Finally, assuming that you select the default value for the {guilabel}`Aspect Ra As you can see, the custom CSS declaration applies only in the `div` where you inject the property. ```{seealso} -[CSS custom properties basics](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) +[CSS custom properties basics](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_cascading_variables/Using_CSS_custom_properties) ``` If you want to use it in your custom components, you need to apply it in the root of your block's view component as follows: