mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
6 lines
142 B
SCSS
Executable File
6 lines
142 B
SCSS
Executable File
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $user-selects {
|
|
.user-select-#{$value} { user-select: $value !important; }
|
|
}
|