bulma/docs/_data/variables/elements/container.json
2020-09-27 23:50:12 +01:00

21 lines
463 B
JSON

{
"by_name": {
"$container-offset": {
"name": "$container-offset",
"value": "(2 * $gap)",
"type": "compound"
},
"$container-max-width": {
"name": "$container-max-width",
"value": "$fullhd",
"type": "variable",
"computed_type": "computed",
"computed_value": "1344px + (2 * $gap)"
}
},
"list": [
"$container-offset",
"$container-max-width"
],
"file_path": "elements/container.sass"
}