From 2b2a7177a1cbbbcb605a387fc2a5fdb0201561b2 Mon Sep 17 00:00:00 2001 From: khtiana Date: Thu, 28 Oct 2021 09:39:11 +0800 Subject: [PATCH] support borderimage space --- api/config/css/cssConfig.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/api/config/css/cssConfig.json b/api/config/css/cssConfig.json index ccd2d2b6cc..92471e4bf6 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": [ -- Gitee