We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifically this function in the iron example, would it be possible to say pass the class foo to every child node?
foo
i.e. in the example, the top-level div defined in the index() method would receive and add foo to it's list of classes.
div
index()
Is this possible? And if not in scope for this crate, what are your thoughts on how difficult it would be to extend this for that to be possible?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifically this function in the iron example, would it be possible to say pass the class
foo
to every child node?i.e. in the example, the top-level
div
defined in theindex()
method would receive and addfoo
to it's list of classes.Is this possible? And if not in scope for this crate, what are your thoughts on how difficult it would be to extend this for that to be possible?
Thanks
The text was updated successfully, but these errors were encountered: