Spacing is not passed down to children

This commit is contained in:
2021-01-20 11:41:41 +01:00
parent 39807a7377
commit e89d51bd11
2 changed files with 40 additions and 14 deletions

View File

@@ -1,5 +1,8 @@
{
"title": "FlexGRid",
"context": {
"item-shadow" : "drop"
},
"variants": [
{
"name": "AutoWidth",
@@ -18,6 +21,12 @@
"context": {
"modifier": "--masonry"
}
},
{
"name": "Horizontal Masonry",
"context": {
"modifier": "--horizontalMasonry"
}
}
]
}