This commit is contained in:
Jeremy Thomas
2022-05-08 14:10:11 +01:00
parent 0ce084170a
commit d4b62a2803
14 changed files with 42 additions and 10 deletions

View File

@@ -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"
}