1
0
mirror of https://github.com/loviuz/wifi-probe-aggregator.git synced 2025-02-11 08:50:48 +01:00
2020-07-27 21:55:48 +02:00

6 lines
142 B
SCSS
Executable File

// stylelint-disable declaration-no-important
@each $value in $user-selects {
.user-select-#{$value} { user-select: $value !important; }
}