I was having a bit of trouble making a responsive column layout where -xs devices would have an offset while -sm devices would not. On a whim I decided to try adding a .col-sm-offset-0 class and it worked, however I had to search for a while since -offset-0 classes are undocumented. I think it would be really helpful in the future if this was added to the documentation. If you guys feel the same I can create a quick pull request on gh-pages with the addition.
* tag 'v3.3.6' of https://github.com/twbs/bootstrap: (356 commits)
prep release
grunt after version bump
bump version
grunt
Updating "Reporting upstream browser bugs" for IE
Docs: Add missing `tabindex="-1"` & `role="dialog"` to some `.modal`s
Ensure proper z-indexing in input-groups
Fix IE9 clickthru of carousel controls
that @cvrebert lifestyle
fixes #17003
[v3] Use border-radius mixin in button-groups.less
Follow up to #16975
Run `grunt`.
Update devDependencies.
Update verb tenses to proper tense for feature deprecations
Port 33103c0 to v3
Port 6f14f02 to v3
Add http://wkbug.com/150715 to Wall of Browser Bugs
Add docs regarding .progress, inline style attrs, and CSP; closes #17785
Run `grunt.
...
I was having a bit of trouble making a responsive column layout where
-xsdevices would have an offset while-smdevices would not. On a whim I decided to try adding a.col-sm-offset-0class and it worked, however I had to search for a while since-offset-0classes are undocumented. I think it would be really helpful in the future if this was added to the documentation. If you guys feel the same I can create a quick pull request ongh-pageswith the addition.Relevant code: