Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 13 additions & 7 deletions src/rules/compatible-vendor-prefixes.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ CSSLint.addRule({
"border-start-color" : "webkit moz",
"border-start-style" : "webkit moz",
"border-start-width" : "webkit moz",
"box-align" : "webkit moz ms",
"box-direction" : "webkit moz ms",
"box-flex" : "webkit moz ms",
"box-lines" : "webkit ms",
"box-ordinal-group" : "webkit moz ms",
"box-orient" : "webkit moz ms",
"box-pack" : "webkit moz ms",
"box-align" : "webkit moz",
"box-direction" : "webkit moz",
"box-flex" : "webkit moz",
"box-lines" : "webkit",
"box-ordinal-group" : "webkit moz",
"box-orient" : "webkit moz",
"box-pack" : "webkit moz",
"box-sizing" : "",
"box-shadow" : "",
"column-count" : "webkit moz ms",
Expand All @@ -65,6 +65,12 @@ CSSLint.addRule({
"column-rule-style" : "webkit moz ms",
"column-rule-width" : "webkit moz ms",
"column-width" : "webkit moz ms",
"flex" : "webkit ms",
"flex-basis" : "webkit",
"flex-direction" : "webkit ms",
"flex-flow" : "webkit",
"flex-grow" : "webkit",
"flex-shrink" : "webkit",
"hyphens" : "epub moz",
"line-break" : "webkit ms",
"margin-end" : "webkit moz",
Expand Down