File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments