mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Add unitless type
This commit is contained in:
@@ -24,13 +24,12 @@
|
||||
"$button-border-width": {
|
||||
"name": "$button-border-width",
|
||||
"value": "$control-border-width",
|
||||
"type": "variable",
|
||||
"computed_type": "string"
|
||||
"type": "variable"
|
||||
},
|
||||
"$button-padding-vertical": {
|
||||
"name": "$button-padding-vertical",
|
||||
"value": "calc(0.375em - #{$button-border-width})",
|
||||
"type": "compound"
|
||||
"type": "size"
|
||||
},
|
||||
"$button-padding-horizontal": {
|
||||
"name": "$button-padding-horizontal",
|
||||
@@ -73,7 +72,7 @@
|
||||
"$button-focus-box-shadow-color": {
|
||||
"name": "$button-focus-box-shadow-color",
|
||||
"value": "rgba($link, 0.25)",
|
||||
"type": "compound"
|
||||
"type": "color"
|
||||
},
|
||||
"$button-active-color": {
|
||||
"name": "$button-active-color",
|
||||
@@ -132,7 +131,7 @@
|
||||
"$button-disabled-opacity": {
|
||||
"name": "$button-disabled-opacity",
|
||||
"value": "0.5",
|
||||
"type": "string"
|
||||
"type": "unitless"
|
||||
},
|
||||
"$button-static-color": {
|
||||
"name": "$button-static-color",
|
||||
|
||||
Reference in New Issue
Block a user