Open mymactive opened 3 years ago
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.
Hi,
I may found a typo on nested-components.md. This is below:
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.