mirror of
https://github.com/loviuz/wifi-probe-aggregator.git
synced 2025-02-11 08:50:48 +01: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; }
|
|
}
|