mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Init v1
This commit is contained in:
@@ -1,37 +1,26 @@
|
||||
{
|
||||
"by_name": {
|
||||
"$label-color": {
|
||||
"name": "$label-color",
|
||||
"value": "$text-strong",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
"sass-vars": [
|
||||
{
|
||||
"name": "label-color",
|
||||
"value": "var(--bulma-text-strong)"
|
||||
},
|
||||
"$label-weight": {
|
||||
"name": "$label-weight",
|
||||
"value": "$weight-bold",
|
||||
"type": "variable",
|
||||
"computed_type": "font-weight",
|
||||
"computed_value": "700"
|
||||
{
|
||||
"name": "label-weight",
|
||||
"value": "var(--bulma-weight-semibold)"
|
||||
},
|
||||
"$help-size": {
|
||||
"name": "$help-size",
|
||||
"value": "$size-small",
|
||||
"type": "variable",
|
||||
"computed_type": "size",
|
||||
"computed_value": "0.75rem"
|
||||
{
|
||||
"name": "help-size",
|
||||
"value": "var(--bulma-size-small)"
|
||||
},
|
||||
"$label-colors": {
|
||||
"name": "$label-colors",
|
||||
"value": "$form-colors",
|
||||
"type": "variable"
|
||||
{
|
||||
"name": "label-colors",
|
||||
"value": "shared.$form-colors"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$label-color",
|
||||
"$label-weight",
|
||||
"$help-size",
|
||||
"$label-colors"
|
||||
],
|
||||
"file_path": "form/tools.sass"
|
||||
"css-vars": [
|
||||
{
|
||||
"name": "block-spacing",
|
||||
"value": "0.75rem,"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user