mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -07:00
Init v1
This commit is contained in:
13
docs/_data/variables/grid/grid.json
Normal file
13
docs/_data/variables/grid/grid.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"sass-vars": [],
|
||||
"css-vars": [
|
||||
{
|
||||
"name": "grid-gap-count",
|
||||
"value": "calc(#{cv.getVar(\"grid-column-count\")} - 1),"
|
||||
},
|
||||
{
|
||||
"name": "grid-column-count",
|
||||
"value": "2,"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user