/// Grid
//
// Generate all styles for one grid system
setka-grid()

    .container
        make-container()
        make-container-max-widths()

    .container-fluid
        make-container()

    // Layout
    //
    // Rows contain and clear the floats of your columns.
    make-grids()

    .grid-gap-0
        grid-gap: 0

    // Columns
    //
    // Common styles for small and large grid columns
    make-grid-columns()
