Skip to content

Commit

Permalink
Use unordered list instead of ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterj committed Jun 14, 2012
1 parent 4e74186 commit b5ea995
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Expand Up @@ -126,16 +126,16 @@ The chosen code format must ensure that code is: easy to read; easy to clearly
comment; minimizes the chance of accidentally introducing errors; and results
in useful diffs and blames.

1. One discrete selector per line in multi-selector rulesets.
2. A single space before the opening brace of a ruleset.
3. One declaration per line in a declaration block.
4. One level of indentation for each declaration.
5. A single space after the colon of a declaration.
6. Always include a semi-colon at the end of the last declaration in a
declaration block.
7. Place the closing brace of a ruleset in the same column as the first
character of the ruleset.
8. Separate each ruleset by a blank line.
- One discrete selector per line in multi-selector rulesets.
- A single space before the opening brace of a ruleset.
- One declaration per line in a declaration block.
- One level of indentation for each declaration.
- A single space after the colon of a declaration.
- Always include a semi-colon at the end of the last declaration in a
declaration block.
- Place the closing brace of a ruleset in the same column as the first
character of the ruleset.
- Separate each ruleset by a blank line.

```css
.selector-1,
Expand Down

0 comments on commit b5ea995

Please sign in to comment.