j1mie

Results 7 issues of j1mie

Hi there, I'm wondering if you have any suggestions / general guidance on how best to create a force layout using `d3-force` and `vx`. Really enjoying using `vx` so far,...

🚀enhancement
👋 help wanted

Hi there, I'm using this library to draw a network graph on top of a grid, and I was wondering if you could suggest how to best implement a "[turn...

Adds offset helper classes `.#{$prefix}-grid__offset--[x]` to complement helper classes for columns. For example the following: ```html Element ``` Would use the these rules for CSS grid: ```scss .bx-grid__offset--sm--4.bx-grid__col--sm--4 { grid-column:...

Hi @seejamescode Wondering why we don't create a class for the last breakpoint? Thanks! https://github.com/IBM/css-gridish/blob/c5f16a541df485fa833f8f50299bd6a3f290a142/src/scss/_mixins.scss#L43

Hi there, ![screen shot 2018-04-30 at 15 23 55](https://user-images.githubusercontent.com/12685163/39432612-cede796c-4c8b-11e8-9287-c21713b21995.png) This selector seems to be causing some strange behaviour for elements on my site - it looks like it has a...

Do you plan on including offset classes, similar to [Bootstrap](https://getbootstrap.com/docs/3.3/css/#grid-offsetting), or [Foundation](https://foundation.zurb.com/sites/docs/v/5.5.3/components/grid.html)? This could be achieved by modifying `.col--[x]` helper classes to use: ```scss grid-column-end: span 6; ``` And then...

### Description Similar to #982 is there a way to change the HTML for the "/slack/oauth_redirect" page? It current displays a page without styling, it would be great to have...

question