$grid-row-start: (
    "grid-row-start": (
        type: 1,
        status: $grid-row-start-status,
        responsive: $grid-row-start-responsive,
        property: (
            name: grid-row-start,
            class: null,
            list: (
                auto: auto,
                1: 1,
                2: 2,
                3: 3,
                4: 4,
                5: 5,
                6: 6
            )
        )
    )
);
