1vars: { 2 grid-container: { 3 label: "" 4 grid-gap: 10 5 grid-rows: 1 6 grid-columns: 4 7 a 8 b 9 c 10 d 11 } 12} 13cloud: { 14 shape: cloud 15 ...${grid-container} 16 width: 395 17 height: 395 18} 19 20circle: { 21 shape: circle 22 ...${grid-container} 23 width: 395 24 height: 395 25} 26 27direction: right