Skip to content

Commit

Permalink
Update other-resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz authored Aug 10, 2016
1 parent 0c44770 commit 6c5176b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/other-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ This more of a feature than a defect in RSCSS: it forces you to create new compo
```

```css
/* rscss: ✗ confusing impractical */
/* RSCSS: ✗ confusing and impractical */
.site-search {
> .top > .info > .label > .icon { /*...*/ }
}
```

```css
/* rscss: ✓ better to create sub-components */
/* RSCSS: ✓ better to create sub-components for deep hierarchies */
.site-search-label {
> .icon { /*...*/ }
}
Expand Down

0 comments on commit 6c5176b

Please sign in to comment.