$utilities: (
    'width': (
        property: width,
        class: w,
        responsive: true,
        values: (
            25: 25%,
            50: 50%,
            75: 75%,
            100: 100%,
            auto: auto,
        ),
    ),
);
