bulma/docs/_data/variables/layout/footer.json
2019-09-02 16:21:49 +01:00

27 lines
592 B
JSON

{
"by_name": {
"$footer-background-color": {
"name": "$footer-background-color",
"value": "$white-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
},
"$footer-color": {
"name": "$footer-color",
"value": "false",
"type": "boolean"
},
"$footer-padding": {
"name": "$footer-padding",
"value": "3rem 1.5rem 6rem",
"type": "size"
}
},
"list": [
"$footer-background-color",
"$footer-color",
"$footer-padding"
],
"file_path": "layout/footer.sass"
}