Skip to content

Conversation

@Hari-varshan
Copy link

Fixes #3951

Summary

Clarified the documentation regarding CSS variables. While variables are globally defined in the Theme, this update adds a note explaining that their usage follows standard CSS inheritance rules:

  • Values are inherited by descendants (waterfall).
  • Values are isolated from siblings.

Note: Skipped CHANGELOG.md update as this is a documentation-only clarification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The documentation for CSS variables should clearly state the scope of variables

1 participant