|
|
@ -12,7 +12,7 @@ |
|
|
|
@mixin user-select($select) { |
|
|
|
@mixin user-select($select) { |
|
|
|
$select: unquote($select); |
|
|
|
$select: unquote($select); |
|
|
|
@include experimental(user-select, $select, |
|
|
|
@include experimental(user-select, $select, |
|
|
|
-moz, -webkit, not(-o), not(-ms), -khtml, official |
|
|
|
-moz, -webkit, not(-o), -ms, -khtml, official |
|
|
|
); |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|