.one-ui-loader {
    $root: &;
    $sizes: 8 12 14 16 18 20 24 32 40 48 56 64;

    @each $size in $sizes {
        &#{$root}--size-#{$size} {
            width: #{$size}px;
            height: #{$size}px;
        }
    }
}