aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKurt Maine <[email protected]>2013-10-04 19:57:03 -0500
committerChris Rebert <[email protected]>2013-10-09 18:18:05 -0700
commita216589056e2b7d116caf9e8be23ff0b2eca9099 (patch)
treeb4b8948f5df969d692b3790dec8bbb728dee72e4 /CONTRIBUTING.md
parentca090aef0211663a11022e1f6b139850b7d222f1 (diff)
downloadbootstrap-a216589056e2b7d116caf9e8be23ff0b2eca9099.tar.xz
bootstrap-a216589056e2b7d116caf9e8be23ff0b2eca9099.zip
Convert "Recess" to "RECESS"
Except when speaking of the "recess" Node package, RECESS should be in all-caps.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2cbd6e32c..fcd95bf7a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,7 +36,7 @@ We only accept issues that are bug reports or feature requests. Bugs must be iso
### CSS
-- Adhere to the [Recess CSS property order](http://markdotto.com/2011/11/29/css-property-order/)
+- Adhere to the [RECESS CSS property order](http://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