We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
end-xs
The text was updated successfully, but these errors were encountered:
I, too, would appreciate this feature. Love this library, thanks for the work!
Sorry, something went wrong.
No branches or pull requests
New react-flexbox-grid user but really enjoying the lib so far!
Currently the below does not work:
but manually adding the class achieves the desired result:
The same is true for
end-xs
, is this by design?The text was updated successfully, but these errors were encountered: