Skip to content

Commit ce64738

Browse files
changed list style from star (*) to dash (-)
1 parent 89d4e86 commit ce64738

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ Finally, properties are what give the selected elements of a rule declaration th
7171

7272
### Formatting
7373

74-
* Use soft tabs (2 spaces) for indentation.
75-
* Prefer dashes over camelCasing in class names.
76-
* Underscores and PascalCasing are okay if you are using BEM (see [OOCSS and BEM](#oocss-and-bem) below).
77-
* Do not use ID selectors.
78-
* When using multiple selectors in a rule declaration, give each selector its own line.
79-
* Put a space before the opening brace `{` in rule declarations.
80-
* In properties, put a space after, but not before, the `:` character.
81-
* Put closing braces `}` of rule declarations on a new line.
82-
* Put blank lines between rule declarations.
74+
- Use soft tabs (2 spaces) for indentation.
75+
- Prefer dashes over camelCasing in class names.
76+
- Underscores and PascalCasing are okay if you are using BEM (see [OOCSS and BEM](#oocss-and-bem) below).
77+
- Do not use ID selectors.
78+
- When using multiple selectors in a rule declaration, give each selector its own line.
79+
- Put a space before the opening brace `{` in rule declarations.
80+
- In properties, put a space after, but not before, the `:` character.
81+
- Put closing braces `}` of rule declarations on a new line.
82+
- Put blank lines between rule declarations.
8383

8484
**Bad**
8585

0 commit comments

Comments
 (0)