mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 20:04:30 -07:00
Update variable JSONs
This commit is contained in:
25
docs/_data/variables/form/input-textarea.json
Normal file
25
docs/_data/variables/form/input-textarea.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"by_name": {
|
||||
"$textarea-padding": {
|
||||
"name": "$textarea-padding",
|
||||
"value": "$control-padding-horizontal",
|
||||
"type": "variable"
|
||||
},
|
||||
"$textarea-max-height": {
|
||||
"name": "$textarea-max-height",
|
||||
"value": "40em",
|
||||
"type": "size"
|
||||
},
|
||||
"$textarea-min-height": {
|
||||
"name": "$textarea-min-height",
|
||||
"value": "8em",
|
||||
"type": "size"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$textarea-padding",
|
||||
"$textarea-max-height",
|
||||
"$textarea-min-height"
|
||||
],
|
||||
"file_path": "form/input-textarea.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user