James Y Rauhut
James Y Rauhut
Hey Rahul, I got your email asking for help here. The description you have above seems vague, but I am guessing you contacted me because of [draft-js-gutter](https://github.com/yepnamesjames/draft-js-gutter). If you are...
This was a fix to solve bottom margin on the last elements in a grid messing everything up. Particularly with default margin bottom on type elements. It tends to be...
What if you use a type element as a grid child though? I think we would need to disable that child’s native margin bottom. Can you share an example situation...
Last breakpoint is really the "max-width". With the IBM grid design specs, we weren’t really meaning for a design to rearrange content at that max-width. However, reconfiguring the config file...
I don’t think the README documents classes for that last breakpoint, but adding a line about it [here](https://github.com/IBM/css-gridish/blob/master/src/docs/README.md.hbs#L38) would be helpful.
Hey @pauleustice, what you are describing already happens was the intended functionality of `--fixed-columns`. That class came out of the need for data tables and horizontal scrolling sections. However, that...
In that case, it sounds like the real fix is changing the prefix variable in Carbon right before the grid is imported and then switching the variable back right afterwards....
Hey @armplinker, you may be interested in [Grid Wiz](https://grid-wiz.now.sh/). I’ve since left IBM and nobody else is maintaining this project.
`unset` is not supported in IE and I don’t think it would have the affect you really want. How about modifier classes to tell the element which `display` property it...
After talking more with you on Slack, it seems like the `--0` rules should be contained in media queries with `max-width` included. Can you take this on?