1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-24 20:41:33 +02:00

Updated Contributing to Bootstrap (markdown)

markdotto
2012-04-28 12:09:46 -07:00
parent bc8d5a2e2e
commit d4b8c9793e

@@ -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)
### 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)
- Always a space after a property's colon (.e.g, `display: block;` and not `display:block;`)
- End all lines with a semi-colon