]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Convert "Recess" to "RECESS"
authorKurt Maine <kurt@develohost.com>
Sat, 5 Oct 2013 00:57:03 +0000 (19:57 -0500)
committerChris Rebert <code@rebertia.com>
Thu, 10 Oct 2013 01:18:05 +0000 (18:18 -0700)
Except when speaking of the "recess" Node package, RECESS should be in all-caps.

CONTRIBUTING.md

index 2cbd6e32c2a2910c5b9871370c53d9101b013391..fcd95bf7a765efa29b5de31bee6046b50f898455 100644 (file)
@@ -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