Add new container docs

This commit is contained in:
Jeremy Thomas
2020-09-27 23:50:12 +01:00
parent a84024765b
commit 85f61f2dfd
12 changed files with 256 additions and 63 deletions

View File

@@ -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"
}