HI,
> So the PR I just crates does both: Updates the version and adds the css and
> examples for multi column slides.
Interestingly enough I was mucking about with multiple column slides the other
day and this is what I came up with this, which is little different to what you
did:
[.twocolumns]
—
content A
content B
—
.twocolumns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
While that family modern CSS it support by a wide range of browsers [1]
It will also work for multi-column layouts with an an obvious change.
Thanks,
Justin
1. https://caniuse.com/#search=column-count