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

@@ -21,7 +21,12 @@
},
"$card-radius": {
"name": "$card-radius",
"value": "0",
"value": "0.25rem",
"type": "size"
},
"$card-overflow": {
"name": "$card-overflow",
"value": "hidden",
"type": "string"
},
"$card-header-background-color": {
@@ -91,6 +96,7 @@
"$card-background-color",
"$card-shadow",
"$card-radius",
"$card-overflow",
"$card-header-background-color",
"$card-header-color",
"$card-header-padding",

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