nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.15k stars 450 forks source link

"Fatal" error in documented example at split.js.org #629

Closed Gkleinereva closed 2 years ago

Gkleinereva commented 3 years ago

The split-grid 2-column 1-row example on split.js.org gives this HTML and CSS for the single row, 2 column case: image image

As I've indicated in the screenshot, the grid-column property has to be 2 so that the gutter is between the content divs. There may be similar defects with some of the other examples but I didn't check. I looked for the split.js.org website code in this repo, but it doesn't appear to be included. Let me know if it's available, and I'd be happy to fix this (and any related issues)!

nathancahill commented 2 years ago

Thanks, fixed.