-
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-md-offset-0? #262
Comments
+1 |
+1! |
+1 |
How about wrapping the xs, sm, md, lg specific classes in mediaqueries? if col-sm only works for min-width:x and max-width:y and col-md only for min-width: z etc this will reset itself. |
+1! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Briefly ( tweet size ) describe your issue and how you discovered it.
expected to have no offset on md to stop the sm's offset which in turns stops the offset of xs.
...
Expected behavior
overrides col-sm-offset-(n) and prevents any margin-left on md size and above
...
Actual behavior
no class in place: offsets by sm offset.
...
Steps to reproduce behavior
Any chance this can be added? I'm forced to add it as a class in my current project but seems pretty obvious that it should be part of the core.
The text was updated successfully, but these errors were encountered: