From 4184f2a4580e3dfca477f5d7c2202c154fca90f6 Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 16:05:16 -0800 Subject: [PATCH] Add grid-auto-columns and grid-auto-rows properties --- .../css/common/buildscripts/css-schema.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 3f17a1e5e21..cb0930915e8 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -5452,6 +5452,24 @@ + + Specifies the size of implicitly created columns. + + + + + + + + + Specifies the size of implicitly created rows. + + + + + + + The grid-cell is valid on grid items and places the grid item inside the explicitly named grid cell. -- GitLab