bulma/docs/_data/variables/layout/footer.json
2019-10-17 20:51:42 -04:00

27 lines
598 B
JSON

{
"by_name": {
"$footer-background-color": {
"name": "$footer-background-color",
"value": "$scheme-main-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"
}