Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for start='xs', end='xs' on Col (not just row) #142

Open
iiAtlas opened this issue Jan 14, 2018 · 1 comment
Open

Support for start='xs', end='xs' on Col (not just row) #142

iiAtlas opened this issue Jan 14, 2018 · 1 comment

Comments

@iiAtlas
Copy link

iiAtlas commented Jan 14, 2018

New react-flexbox-grid user but really enjoying the lib so far!

Currently the below does not work:

<Col xs={3} start="xs">
    <span className="EventCard-price">$42</span>
</Col>

but manually adding the class achieves the desired result:

<Col xs={3} className="start-xs">
    <span className="EventCard-price">$42</span>
</Col>

The same is true for end-xs, is this by design?

@iiAtlas iiAtlas changed the title Support for start="xs", Support for start='xs', end='xs' on Col (not just row) Jan 14, 2018
@sudopseudocode
Copy link

I, too, would appreciate this feature. Love this library, thanks for the work!

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

No branches or pull requests

2 participants