From 8cced2da3512e07970bc6b4bea02cf1dfef3cace Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 23 Nov 2017 12:48:34 +0300 Subject: [PATCH] csslint: add "mix-blend-mode" and the internal --- vendor-overwrites/csslint/csslint-worker.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vendor-overwrites/csslint/csslint-worker.js b/vendor-overwrites/csslint/csslint-worker.js index d3675aa7..9657b287 100644 --- a/vendor-overwrites/csslint/csslint-worker.js +++ b/vendor-overwrites/csslint/csslint-worker.js @@ -3404,7 +3404,7 @@ var Properties = module.exports = { "backface-visibility" : "visible | hidden", "background" : 1, "background-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-blend-mode" : "", "background-clip" : "#", "background-color" : "", "background-image" : "#", @@ -3668,6 +3668,7 @@ var Properties = module.exports = { "max-width" : " | | | none", "min-height" : " | | | contain-floats | -moz-contain-floats | -webkit-contain-floats", "min-width" : " | | | contain-floats | -moz-contain-floats | -webkit-contain-floats", + "mix-blend-mode" : "", "move-to" : 1, //N @@ -6107,6 +6108,8 @@ copy(ValidationTypes, { "": " | | none", + "": "normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity", + "": "none | hidden | dotted | dashed | solid | double | groove | " + "ridge | inset | outset",