40 lines
427 B
Text
40 lines
427 B
Text
|
|
vars: {
|
||
|
|
grid-container: {
|
||
|
|
label: aaaaaaaaaaaaaaa aaaaaaaaaaaaaaa
|
||
|
|
grid-rows: 2
|
||
|
|
grid-columns: 2
|
||
|
|
a
|
||
|
|
b
|
||
|
|
c
|
||
|
|
d
|
||
|
|
}
|
||
|
|
}
|
||
|
|
circle: {
|
||
|
|
shape: circle
|
||
|
|
...${grid-container}
|
||
|
|
}
|
||
|
|
|
||
|
|
oval: {
|
||
|
|
shape: oval
|
||
|
|
...${grid-container}
|
||
|
|
}
|
||
|
|
|
||
|
|
diamond: {
|
||
|
|
shape: diamond
|
||
|
|
...${grid-container}
|
||
|
|
}
|
||
|
|
|
||
|
|
square: {
|
||
|
|
shape: square
|
||
|
|
...${grid-container}
|
||
|
|
}
|
||
|
|
|
||
|
|
rect: {
|
||
|
|
...${grid-container}
|
||
|
|
}
|
||
|
|
|
||
|
|
cloud: {
|
||
|
|
shape: cloud
|
||
|
|
...${grid-container}
|
||
|
|
}
|