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

25 lines
358 B
JSON

{
"name": "rotation",
"title": "Rotation",
"variants": [
{
"name": "Left",
"context": {
"modifier": "RV-Rotation--left"
}
},
{
"name": "Reft",
"context": {
"modifier": "RV-Rotation--right"
}
},
{
"name": "UpsideDown",
"context": {
"modifier": "RV-Rotation--upsideDown"
}
}
]
}