Make site-level overflow properties variables (#2410)

* Make site-level overflow properties variables

* Add new variables to generic.json
This commit is contained in:
Luc Perkins
2019-03-20 11:02:10 -07:00
committed by Jeremy Thomas
parent 9580432096
commit a2a5ff60ea
2 changed files with 15 additions and 3 deletions

View File

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