Add block documentation

This commit is contained in:
Jeremy Thomas
2020-09-17 00:30:49 +01:00
parent 98090feaf8
commit 9e0c9a35db
27 changed files with 597 additions and 33 deletions

View File

@@ -311,10 +311,8 @@
},
"$code": {
"name": "$code",
"value": "$red",
"type": "variable",
"computed_type": "color",
"computed_value": "hsl(348, 86%, 61%)"
"value": "darken($red, 15%)",
"type": "compound"
},
"$code-background": {
"name": "$code-background",

View File

@@ -249,6 +249,11 @@
"name": "$variable-columns",
"value": "true",
"type": "boolean"
},
"$rtl": {
"name": "$rtl",
"value": "false",
"type": "boolean"
}
},
"list": [
@@ -301,7 +306,8 @@
"$radius-large",
"$radius-rounded",
"$speed",
"$variable-columns"
"$variable-columns",
"$rtl"
],
"file_path": "utilities/initial-variables.sass"
}