mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
Update changelog, Update docs JSON
This commit is contained in:
@@ -16,8 +16,10 @@
|
||||
},
|
||||
"$card-shadow": {
|
||||
"name": "$card-shadow",
|
||||
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
|
||||
"type": "shadow"
|
||||
"value": "$shadow",
|
||||
"type": "variable",
|
||||
"computed_type": "shadow",
|
||||
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
|
||||
},
|
||||
"$card-radius": {
|
||||
"name": "$card-radius",
|
||||
|
||||
@@ -43,8 +43,10 @@
|
||||
},
|
||||
"$dropdown-content-shadow": {
|
||||
"name": "$dropdown-content-shadow",
|
||||
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
|
||||
"type": "shadow"
|
||||
"value": "$shadow",
|
||||
"type": "variable",
|
||||
"computed_type": "shadow",
|
||||
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
|
||||
},
|
||||
"$dropdown-content-z": {
|
||||
"name": "$dropdown-content-z",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"by_name": {
|
||||
"$level-item-spacing": {
|
||||
"name": "$level-item-spacing",
|
||||
"value": "($block-spacing / 2)",
|
||||
"value": "($block-spacing * 0.5)",
|
||||
"type": "compound"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -46,10 +46,10 @@
|
||||
},
|
||||
"$navbar-item-color": {
|
||||
"name": "$navbar-item-color",
|
||||
"value": "$text-strong",
|
||||
"value": "$text",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 21%)"
|
||||
"computed_value": "hsl(0, 0%, 29%)"
|
||||
},
|
||||
"$navbar-item-hover-color": {
|
||||
"name": "$navbar-item-hover-color",
|
||||
|
||||
@@ -21,8 +21,10 @@
|
||||
},
|
||||
"$panel-shadow": {
|
||||
"name": "$panel-shadow",
|
||||
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
|
||||
"type": "shadow"
|
||||
"value": "$shadow",
|
||||
"type": "variable",
|
||||
"computed_type": "shadow",
|
||||
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
|
||||
},
|
||||
"$panel-heading-background-color": {
|
||||
"name": "$panel-heading-background-color",
|
||||
|
||||
@@ -23,8 +23,10 @@
|
||||
},
|
||||
"$box-shadow": {
|
||||
"name": "$box-shadow",
|
||||
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
|
||||
"type": "shadow"
|
||||
"value": "$shadow",
|
||||
"type": "variable",
|
||||
"computed_type": "shadow",
|
||||
"computed_value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)"
|
||||
},
|
||||
"$box-padding": {
|
||||
"name": "$box-padding",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
"$spacing-values": {
|
||||
"name": "$spacing-values",
|
||||
"value": "(\"0\": 0, \"1\": 0.25rem, \"2\": 0.5rem, \"3\": 0.75rem, \"4\": 1rem, \"5\": 1.5rem, \"6\": 3rem)",
|
||||
"value": "(\"0\": 0, \"1\": 0.25rem, \"2\": 0.5rem, \"3\": 0.75rem, \"4\": 1rem, \"5\": 1.5rem, \"6\": 3rem, \"auto\": auto)",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -457,6 +457,11 @@
|
||||
"computed_type": "size",
|
||||
"computed_value": "1.5rem"
|
||||
},
|
||||
"$shadow": {
|
||||
"name": "$shadow",
|
||||
"value": "0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02)",
|
||||
"type": "shadow"
|
||||
},
|
||||
"$custom-colors": {
|
||||
"name": "$custom-colors",
|
||||
"value": "null",
|
||||
@@ -553,6 +558,7 @@
|
||||
"$size-normal",
|
||||
"$size-medium",
|
||||
"$size-large",
|
||||
"$shadow",
|
||||
"$custom-colors",
|
||||
"$custom-shades",
|
||||
"$colors",
|
||||
|
||||
Reference in New Issue
Block a user