mirror of
https://github.com/jgthms/bulma
synced 2026-03-16 18:44:28 -07:00
Fix #3076
This commit is contained in:
@@ -204,6 +204,11 @@
|
||||
"type": "variable",
|
||||
"computed_type": "map",
|
||||
"computed_value": "Bulma colors"
|
||||
},
|
||||
"$button-responsive-sizes": {
|
||||
"name": "$button-responsive-sizes",
|
||||
"value": "(\"mobile\": (\"small\": ($size-small * 0.75), \"normal\": ($size-small * 0.875), \"medium\": $size-small, \"large\": $size-normal), \"tablet-only\": (\"small\": ($size-small * 0.875), \"normal\": ($size-small), \"medium\": $size-normal, \"large\": $size-medium))",
|
||||
"type": "compound"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
@@ -239,7 +244,8 @@
|
||||
"$button-static-color",
|
||||
"$button-static-background-color",
|
||||
"$button-static-border-color",
|
||||
"$button-colors"
|
||||
"$button-colors",
|
||||
"$button-responsive-sizes"
|
||||
],
|
||||
"file_path": "elements/button.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user