mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 10:54:29 -07:00
Add new container docs
This commit is contained in:
@@ -4,10 +4,18 @@
|
||||
"name": "$container-offset",
|
||||
"value": "(2 * $gap)",
|
||||
"type": "compound"
|
||||
},
|
||||
"$container-max-width": {
|
||||
"name": "$container-max-width",
|
||||
"value": "$fullhd",
|
||||
"type": "variable",
|
||||
"computed_type": "computed",
|
||||
"computed_value": "1344px + (2 * $gap)"
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$container-offset"
|
||||
"$container-offset",
|
||||
"$container-max-width"
|
||||
],
|
||||
"file_path": "elements/container.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user