Skip to content

Commit

Permalink
Updated compatible vendor prefix rule to support -ms-user-select
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas C. Zakas committed Nov 29, 2011
1 parent 2f43244 commit f726147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/compatible-vendor-prefixes.js
Expand Up @@ -80,7 +80,7 @@ CSSLint.addRule({
"transition-property" : "webkit moz o ms",
"transition-timing-function" : "webkit moz o ms",
"user-modify" : "webkit moz",
"user-select" : "webkit moz",
"user-select" : "webkit moz ms",
"word-break" : "epub ms",
"writing-mode" : "epub ms"
};
Expand Down

0 comments on commit f726147

Please sign in to comment.