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
Hi,
I may found a typo on nested-components.md. This is below:
.article-header { > .vote-box > .up { /* ✗ avoid this */ } }
Instead, prefer to add a variant to the nested component and apply it from the containing component.
<div class='article-header'> <div class='vote-box -highlight'> ... </div> ... </div>
"article-header" shall be "article-link". If you don't mind this, I would fix typos. See #83.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I may found a typo on nested-components.md.
This is below:
.article-header { > .vote-box > .up { /* ✗ avoid this */ } }
Instead, prefer to add a variant to the nested component and apply it from the containing component.
"article-header" shall be "article-link".
If you don't mind this, I would fix typos.
See #83.
The text was updated successfully, but these errors were encountered: