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

21 lines
462 B
JSON
Raw Normal View History

{
2018-06-16 19:47:52 +00:00
"by_name": {
"$footer-background-color": {
"name": "$footer-background-color",
2018-06-16 19:47:52 +00:00
"value": "$white-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
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",
"$footer-padding"
2018-06-16 19:47:52 +00:00
],
"file_path": "layout/footer.sass"
}