-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
col-xs-hidden etc #239
Comments
@mschipperheyn see #211 |
hi all , can anyone tell me if this is already working ? or still need the flexboxgrid-helpers ? thx |
+1 on this. Really want this feature! @kristoferjoseph (Why abandon?! At least pass it to someone else if you don't want to maintain:)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's very common to hide certain columns for certain screens.
That's why I would suggest adding
col-xs-hidden
col-sm-hidden
col-md-hidden
col-lg-hidden
or perhaps
col-xs-0
col-sm-0
col-md-0
col-lg-0
It's a small addition, but makes it much easier to layout in a multi screen compatible way
You can grab the necessary css here: roylee0704/react-flexbox-grid#13
The text was updated successfully, but these errors were encountered: