FormidableLabs / radium-grid

A powerful, no-fuss grid system component for React
MIT License
122 stars 13 forks source link

Horizontal default prop issues #69

Open mrsufgi opened 8 years ago

mrsufgi commented 8 years ago

In cellBreakpointDefault: { width: props[size + "Width"], horizontalAlign: props[size + "Align"], verticalAlign: props[size + "VerticalAlign"], order: props[size + "Order"] }

as u can see this snippet is looking for smallAlign and not smallHorizontalAlign (which is the prop itself), just a small typo which should be fixed (or just use smallAlign/mediumAlign etc.. without prop validation)