{ "context": { "params":{ "modifiers": "", "content": "The default box has no style." } }, "variants": [ { "name": "padded box", "context": { "params":{ "modifiers": " sta-box--padding", "content": "A box can have standard padding added." } } }, { "name": "less emphasis", "context": { "params":{ "modifiers": " sta-box--less-emphasis sta-box--padding", "content": "A box can have a background that gives it less visual emphasis." } } }, { "name": "more emphasis", "context": { "params":{ "modifiers": " sta-box--more-emphasis sta-box--padding sta-content", "content": "
A box can have a background that gives it more visual emphasis.
The bottom margin is remove from the last element.
" } } } ] }