Add documentation of all CSS variables available

This commit is contained in:
Jeremy Thomas
2024-09-18 14:46:10 +01:00
parent 29aea4dfc4
commit 15ff0be367
35 changed files with 635 additions and 97 deletions

View File

@@ -2,12 +2,14 @@
"sass-vars": [
{
"name": "container-offset",
"value": "2 * iv.$gap"
"css-var": "container-offset",
"value": "64px"
},
{
"name": "container-max-width",
"value": "iv.$fullhd"
"css-var": "container-max-width",
"value": "1408px"
}
],
"css-vars": []
}
}