Skip to content

Commit abd1dca

Browse files
committed
Update other-resources.md
1 parent 061cdf0 commit abd1dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/other-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ This more of a feature than a defect in RSCSS: it forces you to create new compo
4141
```
4242

4343
```css
44-
/* rscss: ✗ confusing impractical */
44+
/* RSCSS: ✗ confusing and impractical */
4545
.site-search {
4646
> .top > .info > .label > .icon { /*...*/ }
4747
}
4848
```
4949

5050
```css
51-
/* rscss: ✓ better to create sub-components */
51+
/* RSCSS: ✓ better to create sub-components for deep hierarchies */
5252
.site-search-label {
5353
> .icon { /*...*/ }
5454
}

0 commit comments

Comments
 (0)