CSS3 Grid Alignment
Current Version: 0.2
This experimental extension allows you to start playing with some of the proposed features of the CSS3 Grid Positioning module.
As you can guess, this is a pretty complex spec, so we’re still adding features, but here’s what’s working so far:
display: grid
grid-columns
&grid-rows
: pixel and fractional measurements onlygrid-column
&grid-row
grid-column-span
&grid-row-span
We’re continue to work on refining and improving this script and hope to add support for percentage-based layouts shortly.