We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061cdf0 commit abd1dcaCopy full SHA for abd1dca
docs/other-resources.md
@@ -41,14 +41,14 @@ This more of a feature than a defect in RSCSS: it forces you to create new compo
41
```
42
43
```css
44
-/* rscss: ✗ confusing impractical */
+/* RSCSS: ✗ confusing and impractical */
45
.site-search {
46
> .top > .info > .label > .icon { /*...*/ }
47
}
48
49
50
51
-/* rscss: ✓ better to create sub-components */
+/* RSCSS: ✓ better to create sub-components for deep hierarchies */
52
.site-search-label {
53
> .icon { /*...*/ }
54
0 commit comments