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 c497ce8 commit 051ce67Copy full SHA for 051ce67
manual/en-US/coding-standards/chapters/css.md
@@ -71,7 +71,7 @@ Use dashes to create compound class names:
71
```
72
73
### Indentation
74
-Code should be indented one tab (equal to 4 spaces):
+Rules should be indented one tab (equal to 4 spaces):
75
76
```css
77
/* Good */
@@ -84,7 +84,7 @@ Code should be indented one tab (equal to 4 spaces):
84
.example {color: #000; visibility: hidden;}
85
86
87
-LESS/Scss should also be nested , with child rules indented again. Nested rules should also be spaced by one line:
+LESS/Scss should also be nested , with child selectors and rules indented again. Nested rules should also be spaced by one line:
88
89
90
0 commit comments