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

@@ -63,6 +63,11 @@
"name": "$file-name-max-width",
"value": "16em",
"type": "size"
},
"$file-colors": {
"name": "$file-colors",
"value": "$form-colors",
"type": "variable"
}
},
"list": [
@@ -75,7 +80,8 @@
"$file-name-border-color",
"$file-name-border-style",
"$file-name-border-width",
"$file-name-max-width"
"$file-name-max-width",
"$file-colors"
],
"file_path": "form/file.sass"
}