mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Update variables include template
This commit is contained in:
5
docs/_data/variables/layout/_all.json
Normal file
5
docs/_data/variables/layout/_all.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "layout/_all.sass"
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"dir_name": "layout",
|
||||
"file_name": "footer",
|
||||
"file_relative_path": "layout/footer.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 1,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/layout/footer.sass#L1,L1",
|
||||
"vars": {
|
||||
"footer-background-color": {
|
||||
"id": "footer-background-color",
|
||||
"by_name": {
|
||||
"$footer-background-color": {
|
||||
"name": "$footer-background-color",
|
||||
"value": "$background"
|
||||
"value": "$white-bis",
|
||||
"type": "variable",
|
||||
"computed_type": "color",
|
||||
"computed_value": "hsl(0, 0%, 98%)"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$footer-background-color"
|
||||
],
|
||||
"file_path": "layout/footer.sass"
|
||||
}
|
||||
5
docs/_data/variables/layout/hero.json
Normal file
5
docs/_data/variables/layout/hero.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"by_name": {},
|
||||
"list": [],
|
||||
"file_path": "layout/hero.sass"
|
||||
}
|
||||
@@ -1,25 +1,25 @@
|
||||
{
|
||||
"dir_name": "layout",
|
||||
"file_name": "section",
|
||||
"file_relative_path": "layout/section.sass",
|
||||
"file_line_from": 1,
|
||||
"file_line_to": 3,
|
||||
"file_url": "https://github.com/jgthms/bulma/blob/master/sass/layout/section.sass#L1,L3",
|
||||
"vars": {
|
||||
"section-padding": {
|
||||
"id": "section-padding",
|
||||
"by_name": {
|
||||
"$section-padding": {
|
||||
"name": "$section-padding",
|
||||
"value": "3rem 1.5rem"
|
||||
"value": "3rem 1.5rem",
|
||||
"type": "size"
|
||||
},
|
||||
"section-padding-medium": {
|
||||
"id": "section-padding-medium",
|
||||
"$section-padding-medium": {
|
||||
"name": "$section-padding-medium",
|
||||
"value": "9rem 1.5rem"
|
||||
"value": "9rem 1.5rem",
|
||||
"type": "size"
|
||||
},
|
||||
"section-padding-large": {
|
||||
"id": "section-padding-large",
|
||||
"$section-padding-large": {
|
||||
"name": "$section-padding-large",
|
||||
"value": "18rem 1.5rem"
|
||||
"value": "18rem 1.5rem",
|
||||
"type": "size"
|
||||
}
|
||||
}
|
||||
},
|
||||
"list": [
|
||||
"$section-padding",
|
||||
"$section-padding-medium",
|
||||
"$section-padding-large"
|
||||
],
|
||||
"file_path": "layout/section.sass"
|
||||
}
|
||||
Reference in New Issue
Block a user