bulma/docs/_data/variables/layout/footer.json

27 lines
598 B
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$footer-background-color": {
"name": "$footer-background-color",
2019-10-13 15:31:23 +00:00
"value": "$scheme-main-bis",
2018-06-16 19:47:52 +00:00
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
2018-10-31 17:16:10 +00:00
},
2019-09-02 15:21:49 +00:00
"$footer-color": {
"name": "$footer-color",
"value": "false",
"type": "boolean"
},
2018-10-31 17:16:10 +00:00
"$footer-padding": {
"name": "$footer-padding",
"value": "3rem 1.5rem 6rem",
"type": "size"
}
2018-06-16 19:47:52 +00:00
},
"list": [
2018-10-31 17:16:10 +00:00
"$footer-background-color",
2019-09-02 15:21:49 +00:00
"$footer-color",
2018-10-31 17:16:10 +00:00
"$footer-padding"
2018-06-16 19:47:52 +00:00
],
"file_path": "layout/footer.sass"
}