From 7419f26dd851a749d2014b480d10ec222117bdec Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Tue, 22 Apr 2014 11:53:11 -0700 Subject: [PATCH] Support for negative spacing in README! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff85af0e..7a0d5374 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ Name | Value ----:|------ width, height | number left, right, top, bottom | number -margin, marginLeft, marginRight, marginTop, marginBottom | positive number -padding, paddingLeft, paddingRight, paddingTop, paddingBottom | positive number -borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | positive number +margin, marginLeft, marginRight, marginTop, marginBottom | number +padding, paddingLeft, paddingRight, paddingTop, paddingBottom | number +borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | number flexDirection | 'column', 'row' justifyContent | 'flex-start', 'center', 'flex-end', 'space-between', 'space-around' alignItems, alignSelf | 'flex-start', 'center', 'flex-end', 'stretch'