Skip to content

Commit f726147

Browse files
author
Nicholas C. Zakas
committed
Updated compatible vendor prefix rule to support -ms-user-select
1 parent 2f43244 commit f726147

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rules/compatible-vendor-prefixes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CSSLint.addRule({
8080
"transition-property" : "webkit moz o ms",
8181
"transition-timing-function" : "webkit moz o ms",
8282
"user-modify" : "webkit moz",
83-
"user-select" : "webkit moz",
83+
"user-select" : "webkit moz ms",
8484
"word-break" : "epub ms",
8585
"writing-mode" : "epub ms"
8686
};

0 commit comments

Comments
 (0)