Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit d69bdd0

Browse files
committed
#29: Fix nesting rule to say "4 levels deep"
1 parent a1b40ba commit d69bdd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/introduction/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ These guidelines are a summary of our base principles: Our code bases should all
2828
* Be written like a single person typed it
2929
* Be components first
3030
* Be page specific only as a last resort
31-
* Be written with nesting no deeper than 2 levels
31+
* Be written with nesting no deeper than 4 levels
3232
* Be written with selectors that self documents its location
3333

3434
Our seperation of concerns is reflected by our style directory structure as follows:

0 commit comments

Comments
 (0)