mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 20:14:15 +00:00
5 lines
142 B
SCSS
Executable file
5 lines
142 B
SCSS
Executable file
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $user-selects {
|
|
.user-select-#{$value} { user-select: $value !important; }
|
|
}
|