csslint: support background-blend-mode

This commit is contained in:
tophf 2017-08-28 15:10:36 +03:00
parent 5c506f5cc9
commit dfc3deaf01

View File

@ -3403,6 +3403,7 @@ var Properties = module.exports = {
"backface-visibility" : "visible | hidden",
"background" : 1,
"background-attachment" : "<attachment>#",
"background-blend-mode" : "normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity",
"background-clip" : "<box>#",
"background-color" : "<color>",
"background-image" : "<bg-image>#",