mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
42 lines
808 B
JSON
42 lines
808 B
JSON
|
{
|
||
|
"sass-vars": [
|
||
|
{
|
||
|
"name": "textarea-padding",
|
||
|
"css-var": "textarea-padding",
|
||
|
"value": "var(--bulma-control-padding-horizontal)"
|
||
|
},
|
||
|
{
|
||
|
"name": "textarea-max-height",
|
||
|
"css-var": "textarea-max-height",
|
||
|
"value": "40em"
|
||
|
},
|
||
|
{
|
||
|
"name": "textarea-min-height",
|
||
|
"css-var": "textarea-min-height",
|
||
|
"value": "8em"
|
||
|
}
|
||
|
],
|
||
|
"css-vars": [
|
||
|
{
|
||
|
"name": "input-h",
|
||
|
"value": "#{cv.getVar(\"scheme-h\")},"
|
||
|
},
|
||
|
{
|
||
|
"name": "input-s",
|
||
|
"value": "#{cv.getVar(\"scheme-s\")},"
|
||
|
},
|
||
|
{
|
||
|
"name": "input-border-style",
|
||
|
"value": "solid,"
|
||
|
},
|
||
|
{
|
||
|
"name": "input-border-width",
|
||
|
"value": "1px,"
|
||
|
},
|
||
|
{
|
||
|
"name": "input-border-l",
|
||
|
"value": "#{cv.getVar(\"border-l\")},"
|
||
|
}
|
||
|
]
|
||
|
}
|