Skip to content

Commit cb9ef46

Browse files
committed
Add CSS masks support
1 parent 9550fcc commit cb9ef46

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

data/prefixes.coffee

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,9 @@ feature textDecoration, full: true, (browsers) ->
249249
feature require('caniuse-db/features-json/text-size-adjust'), (browsers) ->
250250
prefix 'text-size-adjust',
251251
browsers: browsers
252+
253+
# CSS Masks
254+
feature require('caniuse-db/features-json/css-masks'), (browsers) ->
255+
prefix 'clip-path', 'mask', 'mask-clip', 'mask-composite', 'mask-image',
256+
'mask-origin', 'mask-position', 'mask-repeat', 'mask-size',
257+
browsers: browsers

0 commit comments

Comments
 (0)