Namespace: Grid:grid-container

Grid:grid-container

Source:

Methods

grid-container()

Renders the basic properties of a grid container, which is the bracket element for elements, which are to be placed in a grid, thereby making the container, more or less, "the grid itself".

The basic characteristic of this container is the pre-definition of usable grid columns, according to our config.

Source:
See:
Example
@include grid-container();