Skip to content

Commit 061cdf0

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/other-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Other solutions
2929

3030
With BEM, you're allowed to have deep components where the DOM subtree can go down many levels deep. While this is true in RSCSS as well, the dependence on the child selector (`>`) makes this impractical.
3131

32-
I view this more as a feature than a defect: it forces you to create new components for deep hierarchies, making this more manageable. RSCSS's use of `>` also makes it easy to visualize a DOM structure based on CSS styles, leading to self-documenting code.
32+
This more of a feature than a defect in RSCSS: it forces you to create new components for deep hierarchies, making this more manageable. RSCSS's use of `>` also makes it easy to visualize a DOM structure based on CSS styles, leading to self-documenting code.
3333

3434
<!-- TODO: illustration -->
3535

0 commit comments

Comments
 (0)