CSSLint: add mask-image

https://drafts.fxtf.org/css-masking-1/#the-mask-image
This commit is contained in:
tophf 2018-10-13 12:18:02 +03:00
parent c56f5c32f1
commit 15ae02baa1

View File

@ -467,6 +467,7 @@ self.parserlib = (() => {
'marquee-speed': 1,
'marquee-style': 1,
'mask': 1,
'mask-image': '[ none | <image> | <uri> ]#',
'max-height': 'none | <width-height>',
'max-width': 'none | <width-height>',
'min-height': 'auto | <width-height>',