mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54:29 -07:00
Init v1
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
{
|
||||
"by_name": {
|
||||
"$column-gap": {
|
||||
"name": "$column-gap",
|
||||
"sass-vars": [
|
||||
{
|
||||
"name": "column-gap",
|
||||
"value": "0.75rem",
|
||||
"type": "size"
|
||||
"css-var": "column-gap"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$column-gap"
|
||||
],
|
||||
"file_path": "grid/columns.sass"
|
||||
"css-vars": [
|
||||
{
|
||||
"name": "column-gap",
|
||||
"value": "0.75rem"
|
||||
}
|
||||
]
|
||||
}
|
||||
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,"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"by_name": {
|
||||
"$tile-spacing": {
|
||||
"name": "$tile-spacing",
|
||||
"value": "0.75rem",
|
||||
"type": "size"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$tile-spacing"
|
||||
],
|
||||
"file_path": "grid/tiles.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user