mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Add unitless type
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"$card-shadow": {
|
||||
"name": "$card-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$card-header-background-color": {
|
||||
"name": "$card-header-background-color",
|
||||
@@ -34,7 +34,7 @@
|
||||
"$card-header-shadow": {
|
||||
"name": "$card-header-shadow",
|
||||
"value": "0 1px 2px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$card-header-weight": {
|
||||
"name": "$card-header-weight",
|
||||
@@ -56,7 +56,7 @@
|
||||
"$card-footer-border-top": {
|
||||
"name": "$card-footer-border-top",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
"$dropdown-content-shadow": {
|
||||
"name": "$dropdown-content-shadow",
|
||||
"value": "0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$dropdown-content-z": {
|
||||
"name": "$dropdown-content-z",
|
||||
@@ -61,8 +61,8 @@
|
||||
"name": "$dropdown-item-active-color",
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
},
|
||||
"$dropdown-item-active-background-color": {
|
||||
"name": "$dropdown-item-active-background-color",
|
||||
|
||||
@@ -32,8 +32,8 @@
|
||||
"name": "$menu-item-active-color",
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
},
|
||||
"$menu-item-active-background-color": {
|
||||
"name": "$menu-item-active-background-color",
|
||||
@@ -45,7 +45,7 @@
|
||||
"$menu-list-border-left": {
|
||||
"name": "$menu-list-border-left",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$menu-label-color": {
|
||||
"name": "$menu-label-color",
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
"name": "$message-header-color",
|
||||
"value": "$text-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($text)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
},
|
||||
"$message-header-weight": {
|
||||
"name": "$message-header-weight",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"$modal-background-background-color": {
|
||||
"name": "$modal-background-background-color",
|
||||
"value": "rgba($black, 0.86)",
|
||||
"type": "compound"
|
||||
"type": "color"
|
||||
},
|
||||
"$modal-content-width": {
|
||||
"name": "$modal-content-width",
|
||||
@@ -60,7 +60,7 @@
|
||||
"$modal-card-head-border-bottom": {
|
||||
"name": "$modal-card-head-border-bottom",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$modal-card-head-padding": {
|
||||
"name": "$modal-card-head-padding",
|
||||
@@ -103,7 +103,7 @@
|
||||
"$modal-card-foot-border-top": {
|
||||
"name": "$modal-card-foot-border-top",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$modal-card-body-background-color": {
|
||||
"name": "$modal-card-body-background-color",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"$navbar-box-shadow-size": {
|
||||
"name": "$navbar-box-shadow-size",
|
||||
"value": "0 2px 0 0",
|
||||
"type": "string"
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-box-shadow-color": {
|
||||
"name": "$navbar-box-shadow-color",
|
||||
@@ -85,8 +85,7 @@
|
||||
"$navbar-burger-color": {
|
||||
"name": "$navbar-burger-color",
|
||||
"value": "$navbar-item-color",
|
||||
"type": "variable",
|
||||
"computed_type": "string"
|
||||
"type": "variable"
|
||||
},
|
||||
"$navbar-tab-hover-background-color": {
|
||||
"name": "$navbar-tab-hover-background-color",
|
||||
@@ -139,7 +138,7 @@
|
||||
"$navbar-dropdown-border-top": {
|
||||
"name": "$navbar-dropdown-border-top",
|
||||
"value": "2px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-dropdown-offset": {
|
||||
"name": "$navbar-dropdown-offset",
|
||||
@@ -175,7 +174,7 @@
|
||||
"$navbar-dropdown-boxed-shadow": {
|
||||
"name": "$navbar-dropdown-boxed-shadow",
|
||||
"value": "0 8px 8px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$navbar-dropdown-item-hover-color": {
|
||||
"name": "$navbar-dropdown-item-hover-color",
|
||||
@@ -220,7 +219,7 @@
|
||||
"$navbar-bottom-box-shadow-size": {
|
||||
"name": "$navbar-bottom-box-shadow-size",
|
||||
"value": "0 -2px 0 0",
|
||||
"type": "string"
|
||||
"type": "size"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
|
||||
@@ -86,8 +86,8 @@
|
||||
"name": "$pagination-current-color",
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
},
|
||||
"$pagination-current-background-color": {
|
||||
"name": "$pagination-current-background-color",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"$panel-item-border": {
|
||||
"name": "$panel-item-border",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-heading-background-color": {
|
||||
"name": "$panel-heading-background-color",
|
||||
@@ -22,7 +22,7 @@
|
||||
"$panel-heading-line-height": {
|
||||
"name": "$panel-heading-line-height",
|
||||
"value": "1.25",
|
||||
"type": "string"
|
||||
"type": "unitless"
|
||||
},
|
||||
"$panel-heading-padding": {
|
||||
"name": "$panel-heading-padding",
|
||||
@@ -51,7 +51,7 @@
|
||||
"$panel-tab-border-bottom": {
|
||||
"name": "$panel-tab-border-bottom",
|
||||
"value": "1px solid $border",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$panel-tab-active-border-bottom-color": {
|
||||
"name": "$panel-tab-active-border-bottom-color",
|
||||
|
||||
@@ -153,8 +153,8 @@
|
||||
"name": "$tabs-toggle-link-active-color",
|
||||
"value": "$link-invert",
|
||||
"type": "variable",
|
||||
"computed_type": "compound",
|
||||
"computed_value": "findColorInvert($blue)"
|
||||
"computed_type": "color",
|
||||
"computed_value": "#fff"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
|
||||
Reference in New Issue
Block a user