mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"sass-vars": [],
|
|
"css-vars": [
|
|
{
|
|
"name": "grid-gap-count",
|
|
"value": "calc(#{cv.getVar(\"grid-column-count\")} - 1),"
|
|
},
|
|
{
|
|
"name": "grid-column-count",
|
|
"value": "2,"
|
|
}
|
|
]
|
|
} |