mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
30 lines
524 B
JSON
30 lines
524 B
JSON
{
|
|
"sass-vars": [
|
|
{
|
|
"name": "select-colors",
|
|
"value": "shared.$form-colors"
|
|
}
|
|
],
|
|
"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\")},"
|
|
}
|
|
]
|
|
} |