2019-10-13 15:31:23 +00:00
|
|
|
{
|
|
|
|
"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"
|
2020-09-16 23:30:49 +00:00
|
|
|
},
|
|
|
|
"$textarea-colors": {
|
|
|
|
"name": "$textarea-colors",
|
|
|
|
"value": "$form-colors",
|
|
|
|
"type": "variable"
|
2019-10-13 15:31:23 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"list": [
|
|
|
|
"$textarea-padding",
|
|
|
|
"$textarea-max-height",
|
2020-09-16 23:30:49 +00:00
|
|
|
"$textarea-min-height",
|
|
|
|
"$textarea-colors"
|
2019-10-13 15:31:23 +00:00
|
|
|
],
|
|
|
|
"file_path": "form/input-textarea.sass"
|
|
|
|
}
|