scss-library/components/02_ContentShape/shape/shape.config.json

17 lines
210 B
JSON
Raw Normal View History

2021-03-09 12:40:36 +01:00
{
"name": "Shape",
"variants": [
{
"name": "Square",
"context": {
"modifier": "RV-Shape--square"
}
},
{
"name": "Circle",
"context": {
"modifier": "RV-Shape--circle"
}
}
]
}