mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 03:14:30 -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user