From d4b8c9793e4f37cf2215680e2b0bc911ec4280c2 Mon Sep 17 00:00:00 2001 From: markdotto Date: Sat, 28 Apr 2012 12:09:46 -0700 Subject: [PATCH] Updated Contributing to Bootstrap (markdown) --- Contributing-to-Bootstrap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Contributing-to-Bootstrap.md b/Contributing-to-Bootstrap.md index 7e77eff..146f23e 100644 --- a/Contributing-to-Bootstrap.md +++ b/Contributing-to-Bootstrap.md @@ -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