mirror of
https://github.com/jgthms/bulma
synced 2026-03-18 11:24:29 -07:00
Add documentation of all CSS variables available
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
{
|
||||
"sass-vars": [],
|
||||
"css-vars": []
|
||||
}
|
||||
"css-vars": [
|
||||
{
|
||||
"name": "delete-dimensions",
|
||||
"value": "1.25rem"
|
||||
},
|
||||
{
|
||||
"name": "delete-background-l",
|
||||
"value": "0%"
|
||||
},
|
||||
{
|
||||
"name": "delete-background-alpha",
|
||||
"value": "0.5"
|
||||
},
|
||||
{
|
||||
"name": "delete-color",
|
||||
"value": "var(--bulma-white)"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user