diff --git a/api/config/css/cssConfig.json b/api/config/css/cssConfig.json index ccd2d2b6cc87d4eb98c720e7c191866cfa8659d9..92471e4bf6436c854c37fb2a1739eb464bbf8da9 100644 --- a/api/config/css/cssConfig.json +++ b/api/config/css/cssConfig.json @@ -2325,7 +2325,7 @@ "name": "border-image-repeat", "syntax": [ { - "name": "stretch | repeat | round" + "name": "stretch | repeat | round | space" } ], "values": [ @@ -2340,6 +2340,10 @@ { "name": "round", "description": "Tile the picture according to the image size" + }, + { + "name": "space", + "description": "Tile the picture according to the image size,leaving the extra part blanks" } ], "version": [