This commit is contained in:
Jeremy Thomas
2024-03-21 16:11:54 +00:00
parent 16f1b76881
commit 69877a652c
3261 changed files with 255369 additions and 108913 deletions

View File

@@ -1,27 +1,33 @@
{
"by_name": {
"$footer-background-color": {
"name": "$footer-background-color",
"value": "$scheme-main-bis",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(0, 0%, 98%)"
"sass-vars": [
{
"name": "footer-background-color",
"value": "var(--bulma-scheme-main-bis)",
"css-var": "footer-background-color"
},
"$footer-color": {
"name": "$footer-color",
{
"name": "footer-color",
"value": "false",
"type": "boolean"
"css-var": "footer-color"
},
"$footer-padding": {
"name": "$footer-padding",
{
"name": "footer-padding",
"value": "3rem 1.5rem 6rem",
"type": "size"
"css-var": "footer-padding"
}
},
"list": [
"$footer-background-color",
"$footer-color",
"$footer-padding"
],
"file_path": "layout/footer.sass"
"css-vars": [
{
"name": "footer-background-color",
"value": "var(--bulma-scheme-main-bis)"
},
{
"name": "footer-color",
"value": "false"
},
{
"name": "footer-padding",
"value": "3rem 1.5rem 6rem"
}
]
}