$background-size: (
    "background-size": (
        type: 1,
        status: $background-size-status,
        responsive: $background-size-responsive,
        property: (
            name: background-size,
            class: null,
            list: (
                auto: auto,
                cover: cover,
                contain: contain
            )
        )
    )
)