1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Convert "Recess" to "RECESS"

Except when speaking of the "recess" Node package, RECESS should be in all-caps.
This commit is contained in:
Kurt Maine 2013-10-04 19:57:03 -05:00 committed by Chris Rebert
parent ca090aef02
commit a216589056

View 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