csslint: add "mix-blend-mode" and the internal <blend-mode>
This commit is contained in:
parent
3fe3f08407
commit
8cced2da35
|
@ -3404,7 +3404,7 @@ var Properties = module.exports = {
|
||||||
"backface-visibility" : "visible | hidden",
|
"backface-visibility" : "visible | hidden",
|
||||||
"background" : 1,
|
"background" : 1,
|
||||||
"background-attachment" : "<attachment>#",
|
"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-blend-mode" : "<blend-mode>",
|
||||||
"background-clip" : "<box>#",
|
"background-clip" : "<box>#",
|
||||||
"background-color" : "<color>",
|
"background-color" : "<color>",
|
||||||
"background-image" : "<bg-image>#",
|
"background-image" : "<bg-image>#",
|
||||||
|
@ -3668,6 +3668,7 @@ var Properties = module.exports = {
|
||||||
"max-width" : "<length> | <percentage> | <content-sizing> | none",
|
"max-width" : "<length> | <percentage> | <content-sizing> | none",
|
||||||
"min-height" : "<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats",
|
"min-height" : "<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats",
|
||||||
"min-width" : "<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats",
|
"min-width" : "<length> | <percentage> | <content-sizing> | contain-floats | -moz-contain-floats | -webkit-contain-floats",
|
||||||
|
"mix-blend-mode" : "<blend-mode>",
|
||||||
"move-to" : 1,
|
"move-to" : 1,
|
||||||
|
|
||||||
//N
|
//N
|
||||||
|
@ -6107,6 +6108,8 @@ copy(ValidationTypes, {
|
||||||
|
|
||||||
"<bg-image>": "<image> | <gradient> | none",
|
"<bg-image>": "<image> | <gradient> | none",
|
||||||
|
|
||||||
|
"<blend-mode>": "normal | multiply | screen | overlay | darken | lighten | color-dodge | color-burn | hard-light | soft-light | difference | exclusion | hue | saturation | color | luminosity",
|
||||||
|
|
||||||
"<border-style>":
|
"<border-style>":
|
||||||
"none | hidden | dotted | dashed | solid | double | groove | " +
|
"none | hidden | dotted | dashed | solid | double | groove | " +
|
||||||
"ridge | inset | outset",
|
"ridge | inset | outset",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user