Support for negative spacing in README!

This commit is contained in:
Christopher Chedeau
2014-04-22 11:53:11 -07:00
parent e9f45ef4e9
commit 7419f26dd8

View File

@@ -13,9 +13,9 @@ Name | Value
----:|------ ----:|------
width, height | number width, height | number
left, right, top, bottom | number left, right, top, bottom | number
margin, marginLeft, marginRight, marginTop, marginBottom | positive number margin, marginLeft, marginRight, marginTop, marginBottom | number
padding, paddingLeft, paddingRight, paddingTop, paddingBottom | positive number padding, paddingLeft, paddingRight, paddingTop, paddingBottom | number
borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | positive number borderWidth, borderLeftWidth, borderRightWidth, borderTopWidth, borderBottomWidth | number
flexDirection | 'column', 'row' flexDirection | 'column', 'row'
justifyContent | 'flex-start', 'center', 'flex-end', 'space-between', 'space-around' justifyContent | 'flex-start', 'center', 'flex-end', 'space-between', 'space-around'
alignItems, alignSelf | 'flex-start', 'center', 'flex-end', 'stretch' alignItems, alignSelf | 'flex-start', 'center', 'flex-end', 'stretch'