How do I add styles to child elements? #652
Unanswered
therealsujitk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It's possible to iterate through the element children, you will need to handle the recursive loop yourself though. Another way to do this is using a custom |
Beta Was this translation helpful? Give feedback.
1 reply
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'm trying to add a style to all the children of a certain element. I noticed the
Element
class has astyles
member. Is there a way I can add a style map or something to it?Beta Was this translation helpful? Give feedback.
All reactions