.user-select {
    @each $prop in all, none, text, auto {
        &-#{$prop} {
            user-select: $prop;
        }
    }
}
