parserlib: add text to background-clip

This commit is contained in:
tophf 2020-10-15 22:31:13 +03:00
parent 492b75d84e
commit 56a8212fdf

View File

@ -159,7 +159,7 @@ self.parserlib = (() => {
'background': '[ <bg-layer> , ]* <final-bg-layer>',
'background-attachment': '<attachment>#',
'background-blend-mode': '<blend-mode>',
'background-clip': '<box>#',
'background-clip': '[ <box> | text ]#',
'background-color': '<color>',
'background-image': '<bg-image>#',
'background-origin': '<box>#',