mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
26 lines
447 B
JSON
26 lines
447 B
JSON
{
|
|
"sass-vars": [
|
|
{
|
|
"name": "label-color",
|
|
"value": "var(--bulma-text-strong)"
|
|
},
|
|
{
|
|
"name": "label-weight",
|
|
"value": "var(--bulma-weight-semibold)"
|
|
},
|
|
{
|
|
"name": "help-size",
|
|
"value": "var(--bulma-size-small)"
|
|
},
|
|
{
|
|
"name": "label-colors",
|
|
"value": "shared.$form-colors"
|
|
}
|
|
],
|
|
"css-vars": [
|
|
{
|
|
"name": "block-spacing",
|
|
"value": "0.75rem,"
|
|
}
|
|
]
|
|
} |