mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-24 20:41:33 +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)
|
||||
|
||||
### 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
|
||||
|
Reference in New Issue
Block a user