flexboxgrid
flexboxgrid copied to clipboard
Col-md-offset-0?
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
- OS: MacOS
- Browser: Chrome
- code/fiddle/pen url: N/A
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.
+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!