From 35787fdff42004fe968c6ec11ff016127fcf5ed9 Mon Sep 17 00:00:00 2001 From: David Storey Date: Tue, 1 Dec 2015 13:30:06 -0800 Subject: [PATCH] Update box-shadow support info for intellisense --- src/vs/languages/css/common/buildscripts/css-schema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 28bb6714f84..153405812df 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -2932,7 +2932,7 @@ - + Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0; omitted colors are a user agent chosen color.