scss-library/components/01_Layouts/flexGrid/flexGrid.config.json

32 lines
434 B
JSON
Raw Normal View History

2021-01-19 23:37:23 +01:00
{
"title": "FlexGRid",
2021-01-20 11:41:41 +01:00
"context": {
"item-shadow" : "drop"
},
2021-01-19 23:37:23 +01:00
"variants": [
{
"name": "AutoWidth",
"context": {
"modifier": "--autoWidth"
}
},
{
"name": "FixedSize",
"context": {
"modifier": "--fixedSize"
}
},
{
"name": "Masonry",
"context": {
"modifier": "--masonry"
}
2021-01-20 11:41:41 +01:00
},
{
"name": "Horizontal Masonry",
"context": {
"modifier": "--horizontalMasonry"
}
2021-01-19 23:37:23 +01:00
}
]
}