File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -320,19 +320,33 @@ var Properties = {
320
320
"font-weight" : "normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit" ,
321
321
322
322
//G
323
+ "grid" : 1 ,
324
+ "grid-area" : 1 ,
325
+ "grid-auto-columns" : 1 ,
326
+ "grid-auto-flow" : 1 ,
327
+ "grid-auto-position" : 1 ,
328
+ "grid-auto-rows" : 1 ,
323
329
"grid-cell-stacking" : "columns | rows | layer" ,
324
330
"grid-column" : 1 ,
325
331
"grid-columns" : 1 ,
326
332
"grid-column-align" : "start | end | center | stretch" ,
327
333
"grid-column-sizing" : 1 ,
334
+ "grid-column-start" : 1 ,
335
+ "grid-column-end" : 1 ,
328
336
"grid-column-span" : "<integer>" ,
329
337
"grid-flow" : "none | rows | columns" ,
330
338
"grid-layer" : "<integer>" ,
331
339
"grid-row" : 1 ,
332
340
"grid-rows" : 1 ,
333
341
"grid-row-align" : "start | end | center | stretch" ,
342
+ "grid-row-start" : 1 ,
343
+ "grid-row-end" : 1 ,
334
344
"grid-row-span" : "<integer>" ,
335
345
"grid-row-sizing" : 1 ,
346
+ "grid-template" : 1 ,
347
+ "grid-template-areas" : 1 ,
348
+ "grid-template-columns" : 1 ,
349
+ "grid-template-rows" : 1 ,
336
350
337
351
//H
338
352
"hanging-punctuation" : 1 ,
You can’t perform that action at this time.
0 commit comments