mirror of
https://github.com/Expand-sys/whoscatrevival
synced 2026-03-22 17:57:08 +11:00
5 lines
142 B
SCSS
5 lines
142 B
SCSS
// stylelint-disable declaration-no-important
|
|
|
|
@each $value in $user-selects {
|
|
.user-select-#{$value} { user-select: $value !important; }
|
|
}
|