bulma/docs/_data/variables/elements/container.json

21 lines
463 B
JSON
Raw Normal View History

2019-05-18 15:12:56 +00:00
{
"by_name": {
"$container-offset": {
"name": "$container-offset",
"value": "(2 * $gap)",
"type": "compound"
2020-09-27 22:50:12 +00:00
},
"$container-max-width": {
"name": "$container-max-width",
"value": "$fullhd",
"type": "variable",
"computed_type": "computed",
"computed_value": "1344px + (2 * $gap)"
2019-05-18 15:12:56 +00:00
}
},
"list": [
2020-09-27 22:50:12 +00:00
"$container-offset",
"$container-max-width"
2019-05-18 15:12:56 +00:00
],
"file_path": "elements/container.sass"
}