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
Sometimes it might be useful to define an attribute just for the current node and disable for it inheritance. It could look like this:
description.: This long description is intended just for this node and should not be inherited to children.
I suggest to use a dot . as the suffix as it signalizes that something is finishing here. Ideas?
.
The text was updated successfully, but these errors were encountered:
This is a bit relevant to #14.
Sorry, something went wrong.
Updated the title as we have /: {inherit: false} which breaks the whole inheritance from parents.
/: {inherit: false}
No branches or pull requests
Sometimes it might be useful to define an attribute just for the current node and disable for it inheritance. It could look like this:
I suggest to use a dot
.
as the suffix as it signalizes that something is finishing here. Ideas?The text was updated successfully, but these errors were encountered: