6 lines
142 B
SCSS
Raw Permalink Normal View History

2022-04-13 13:51:55 +07:00
// stylelint-disable declaration-no-important
@each $value in $user-selects {
.user-select-#{$value} { user-select: $value !important; }
}