Skip to content

Commit

Permalink
Fix redirect for MDN's Using CSS custom properties (variables)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Feb 16, 2025
1 parent 995bdbd commit b786117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/blocks/block-style-wrapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b786117

Please sign in to comment.