Skip to content

Commit

Permalink
Merge pull request #89 from Igosuki/fix/ms-user-select
Browse files Browse the repository at this point in the history
Add ms prefix to user-select for IE11
  • Loading branch information
xzyfer committed May 18, 2016
2 parents ad0307a + ee83448 commit 6938241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compass/css3/_user-interface.scss
Expand Up @@ -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
);
}

Expand Down

0 comments on commit 6938241

Please sign in to comment.