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

@@ -14,12 +14,18 @@
"name": "$textarea-min-height",
"value": "8em",
"type": "size"
},
"$textarea-colors": {
"name": "$textarea-colors",
"value": "$form-colors",
"type": "variable"
}
},
"list": [
"$textarea-padding",
"$textarea-max-height",
"$textarea-min-height"
"$textarea-min-height",
"$textarea-colors"
],
"file_path": "form/input-textarea.sass"
}