File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ Finally, properties are what give the selected elements of a rule declaration th
6969
7070### Formatting
7171
72- * Use soft tabs (2 spaces) for indentation
72+ * Use soft tabs (2 spaces) for indentation.
7373* Prefer dashes over camelCasing in class names.
7474 - Underscores and PascalCasing are okay if you are using BEM (see [ OOCSS and BEM] ( #oocss-and-bem ) below).
75- * Do not use ID selectors
75+ * Do not use ID selectors.
7676* When using multiple selectors in a rule declaration, give each selector its own line.
77- * Put a space before the opening brace ` { ` in rule declarations
77+ * Put a space before the opening brace ` { ` in rule declarations.
7878* In properties, put a space after, but not before, the ` : ` character.
79- * Put closing braces ` } ` of rule declarations on a new line
80- * Put blank lines between rule declarations
79+ * Put closing braces ` } ` of rule declarations on a new line.
80+ * Put blank lines between rule declarations.
8181
8282** Bad**
8383
You can’t perform that action at this time.
0 commit comments