// This variable affects the `.h-*` and `.w-*` classes.
$sizes: (
        25: 25%,
        33: 33.333%,
        50: 50%,
        66: 66.666%,
        75: 75%,
        90: 90%,
        100: 100%,
        auto: auto
);

// Bootstrap redefinition:

$primary: rgb(21, 143, 239) !default;
