mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 12:59:05 +02:00
Updated Contributing to Bootstrap (markdown)
@@ -22,6 +22,7 @@ As of v2.0.0, Bootstrap's documentation is powered by Mustache templates and bui
|
|||||||
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
|
- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags)
|
||||||
|
|
||||||
### Coding standards: CSS
|
### Coding standards: CSS
|
||||||
|
- Adhere to the property order we support via Recess: http://www.markdotto.com/2011/11/29/css-property-order/
|
||||||
- Multiple-line approach (one property and value per line)
|
- Multiple-line approach (one property and value per line)
|
||||||
- Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`)
|
- Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`)
|
||||||
- End all lines with a semi-colon
|
- End all lines with a semi-colon
|
||||||
|
Reference in New Issue
Block a user