Skip to content

Commit

Permalink
added clippath prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Apr 13, 2017
1 parent cee5a92 commit 7a6b76b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/property/style/prefix/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if (ua.prefix === 'moz') {
ua.browser === 'edge'
) {
prefix.appearance = 'WebkitAppearance'
prefix.clipPath = 'WebkitClipPath'
}

if (ua.browser === 'chrome' || ua.browser === 'safari') {
Expand Down

0 comments on commit 7a6b76b

Please sign in to comment.