From c6749a97609d7844434398ba0e3a9a150e769075 Mon Sep 17 00:00:00 2001 From: David Storey Date: Mon, 7 Dec 2015 16:30:57 -0800 Subject: [PATCH] Remove whole host of grid properties from old syntax --- .../css/common/buildscripts/css-schema.xml | 68 ------------------- 1 file changed, 68 deletions(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index 9a204f1a3f7..1d73bbb31f1 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -5502,44 +5502,6 @@ - - Aligns the columns in a grid. - - - Places the center of the Grid Item's margin box at the center of the Grid Item's column. - - - Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's column. - - - Aligns the starting edge of the Grid Item's margin box to the starting edge of the Grid Item's column. - - - Ensures that the Grid Item's margin box is equal to the size of the Grid Item's column. - - - - - Lays out the columns of the grid. - - - By default, any implicit columns or rows created are auto sized to content. The default size can be changed using the grid-column-sizing and grid-row-sizing properties. - - - - - - - Specifies the number of columns to span. - - - Grid items can be automatically placed into an unoccupied space of the grid. The grid-flow property controls the direction in which the search for unoccupied space takes place. - - - - - - Shorthand that specifies the gutters between grid columns and grid rows in one declaration. @@ -5567,36 +5529,6 @@ - - Aligns the rows in a grid. - - - Places the center of the Grid Item's margin box at the center of the Grid Item's row. - - - Aligns the end edge of the Grid Item's margin box to the end edge of the Grid Item's row. - - - Aligns the starting edge of the Grid Item's margin box to the starting edge of the Grid Item's row. - - - Ensures that the Grid Item's margin box is equal to the size of the Grid Item's row. - - - - - Lays out the columns of the grid. - - - By default, any implicit columns or rows created are auto sized to content. The default size can be changed using the grid-column-sizing and grid-row-sizing properties. - - - - - - - Specifies the number of rows to span. - The grid-template property provides a visualization of the grid element's structure while simultaneously defining the grid cells which can be used to layer or stack the child elements of the grid. -- GitLab