wa variables not available for child components. #2251
Unanswered
matiasmorant
asked this question in
Ask For Help
Replies: 1 comment
|
Can you post a reproduction on something like CodePen so we can see exactly what's going on? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I defined a class .myBorder { var(--wa-color-surface-border); }
--wa-color-surface-border is available in a wa-tab-group, inherited from html, but for the child wa-tab-panel it's undefined.
All reactions