@@ -172,10 +172,7 @@
"list": {
"fontFamily": "var(--wp--custom--font-family--base)",
"padding": {
- "top": 0,
- "right": 0,
- "bottom": 0,
- "left": "2 * var(--wp--custom--padding--horizontal)"
+ "left": "calc( 2 * var(--wp--custom--padding--horizontal) )"
}
@@ -1,5 +1,5 @@
ul,
ol {
- font-family: var(--wp--custom--list--fontFamily);
+ font-family: var(--wp--custom--list--font-family);
padding-left: var(--wp--custom--list--padding--left);