mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Make site-level overflow properties variables (#2410)
* Make site-level overflow properties variables * Add new variables to generic.json
This commit is contained in:
committed by
Jeremy Thomas
parent
9580432096
commit
a2a5ff60ea
@@ -43,6 +43,16 @@
|
||||
"value": "1.5",
|
||||
"type": "unitless"
|
||||
},
|
||||
"$body-overflow-x": {
|
||||
"name": "$body-overflow-x",
|
||||
"value": "hidden",
|
||||
"type": "keyword"
|
||||
},
|
||||
"$body-overflow-y": {
|
||||
"name": "$body-overflow-y",
|
||||
"value": "scroll",
|
||||
"type": "keyword",
|
||||
},
|
||||
"$code-family": {
|
||||
"name": "$code-family",
|
||||
"value": "$family-code",
|
||||
@@ -116,4 +126,4 @@
|
||||
"$strong-weight"
|
||||
],
|
||||
"file_path": "base/generic.sass"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user