Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Horizontal default prop issues #69

Open
mrsufgi opened this issue Oct 13, 2016 · 0 comments
Open

Horizontal default prop issues #69

mrsufgi opened this issue Oct 13, 2016 · 0 comments

Comments

@mrsufgi
Copy link

mrsufgi commented Oct 13, 2016

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant