Update variables documentation

This commit is contained in:
Jeremy Thomas
2020-04-11 13:25:42 +01:00
parent 0a786411a2
commit 4640f9d942
6 changed files with 20 additions and 14 deletions

View File

@@ -76,8 +76,8 @@
},
"$button-focus-box-shadow-color": {
"name": "$button-focus-box-shadow-color",
"value": "rgba($link, 0.25)",
"type": "color"
"value": "bulmaRgba($link, 0.25)",
"type": "compound"
},
"$button-active-color": {
"name": "$button-active-color",
@@ -100,6 +100,11 @@
"computed_type": "color",
"computed_value": "hsl(0, 0%, 29%)"
},
"$button-text-decoration": {
"name": "$button-text-decoration",
"value": "underline",
"type": "string"
},
"$button-text-hover-background-color": {
"name": "$button-text-hover-background-color",
"value": "$background",
@@ -177,6 +182,7 @@
"$button-active-color",
"$button-active-border-color",
"$button-text-color",
"$button-text-decoration",
"$button-text-hover-background-color",
"$button-text-hover-color",
"$button-disabled-background-color",