parserlib: new values for mix-blend-mode

This commit is contained in:
tophf 2022-03-04 19:07:52 +03:00
parent d623aa679f
commit d9ad0fec3c

View File

@ -718,7 +718,7 @@ self.parserlib = (() => {
'<bg-image>': '<image> | none', '<bg-image>': '<image> | none',
'<blend-mode>': 'normal | multiply | screen | overlay | darken | lighten | color-dodge | ' + '<blend-mode>': 'normal | multiply | screen | overlay | darken | lighten | color-dodge | ' +
'color-burn | hard-light | soft-light | difference | exclusion | hue | ' + 'color-burn | hard-light | soft-light | difference | exclusion | hue | ' +
'saturation | color | luminosity', 'saturation | color | luminosity | plus-darker | plus-lighter',
'<border-style>': 'none | ' + '<border-style>': 'none | ' +
'hidden | dotted | dashed | solid | double | groove | ridge | inset | outset', 'hidden | dotted | dashed | solid | double | groove | ridge | inset | outset',
'<border-width>': '<length> | thin | medium | thick', '<border-width>': '<length> | thin | medium | thick',