@@ -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
73- - Prefer dashes over camelCasing in class names.
72+ * Use soft tabs (2 spaces) for indentation.
73+ * 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
76- - 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
78- - 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
75+ * Do not use ID selectors.
76+ * 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.
78+ * 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.
8181
8282** Bad**
8383
@@ -306,7 +306,7 @@ If you must use an ID selector in the first place (and you should really try not
306306 -  **Korean**: [CodeMakeBros/css-style-guide](https://github.com/CodeMakeBros/css-style-guide)
307307 -  **Portuguese (Brazil)**: [felipevolpatto/css-style-guide](https://github.com/felipevolpatto/css-style-guide)
308308 -  **Portuguese (Portugal)**: [SandroMiguel/airbnb-css-style-guide](https://github.com/SandroMiguel/airbnb-css-style-guide)
309- -  **Russian**: [Nekorsis/ css-style-guide ](https://github.com/Nekorsis/ css-style-guide )
309+ -  **Russian**: [rtplv/airbnb- css-ru ](https://github.com/rtplv/airbnb- css-ru )
310310 -  **Spanish**: [ismamz/guia-de-estilo-css](https://github.com/ismamz/guia-de-estilo-css)
311311 -  **Vietnamese**: [trungk18/css-style-guide](https://github.com/trungk18/css-style-guide)
312312 -  **Italian**: [antoniofull/linee-guida-css](https://github.com/antoniofull/linee-guida-css)
0 commit comments