Skip to content

Commit 051ce67

Browse files
[imp] Clarifies indentation statement.
1 parent c497ce8 commit 051ce67

File tree

1 file changed

+2
-2
lines changed
  • manual/en-US/coding-standards/chapters

1 file changed

+2
-2
lines changed

manual/en-US/coding-standards/chapters/css.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Use dashes to create compound class names:
7171
```
7272

7373
### Indentation
74-
Code should be indented one tab (equal to 4 spaces):
74+
Rules should be indented one tab (equal to 4 spaces):
7575

7676
```css
7777
/* Good */
@@ -84,7 +84,7 @@ Code should be indented one tab (equal to 4 spaces):
8484
.example {color: #000; visibility: hidden;}
8585
```
8686

87-
LESS/Scss should also be nested , with child rules indented again. Nested rules should also be spaced by one line:
87+
LESS/Scss should also be nested , with child selectors and rules indented again. Nested rules should also be spaced by one line:
8888

8989
```css
9090
/* Good */

0 commit comments

Comments
 (0)