Package Exports
- grid-container
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (grid-container) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Grid Container
CSS Grid Layout + Custom Elements v1 + Shadow DOM v1)
<grid-container gutter="5vmin"
areas="'first second .'
'first third third'">
<grid-item area="first">First</grid-item>
<grid-item area="second">Second</grid-item>
<grid-item area="third">Third</grid-item>
<grid-item row="first-end"
column="second-end">
Fourth
</grid-item>
</grid-container>