Skip to content

Commit 0c897dc

Browse files
Merge remote-tracking branch 'airbnb/master'
2 parents 54cc623 + af8e8b2 commit 0c897dc

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
@@ -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
- ![ko](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/South-Korea.png) **Korean**: [CodeMakeBros/css-style-guide](https://github.com/CodeMakeBros/css-style-guide)
307307
- ![PT-BR](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Brazil.png) **Portuguese (Brazil)**: [felipevolpatto/css-style-guide](https://github.com/felipevolpatto/css-style-guide)
308308
- ![pt-PT](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Portugal.png) **Portuguese (Portugal)**: [SandroMiguel/airbnb-css-style-guide](https://github.com/SandroMiguel/airbnb-css-style-guide)
309-
- ![ru](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Russia.png) **Russian**: [Nekorsis/css-style-guide](https://github.com/Nekorsis/css-style-guide)
309+
- ![ru](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Russia.png) **Russian**: [rtplv/airbnb-css-ru](https://github.com/rtplv/airbnb-css-ru)
310310
- ![es](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Spain.png) **Spanish**: [ismamz/guia-de-estilo-css](https://github.com/ismamz/guia-de-estilo-css)
311311
- ![vn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Vietnam.png) **Vietnamese**: [trungk18/css-style-guide](https://github.com/trungk18/css-style-guide)
312312
- ![vn](https://raw.githubusercontent.com/gosquared/flags/master/flags/flags/shiny/24/Italy.png) **Italian**: [antoniofull/linee-guida-css](https://github.com/antoniofull/linee-guida-css)

0 commit comments

Comments
 (0)