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