diff --git a/functions.php b/functions.php index b23a9d6..ed72ee4 100644 --- a/functions.php +++ b/functions.php @@ -103,14 +103,6 @@ function custom_wp_theme_json_default($theme_json) 'typography' => array( 'fontSizes' => array(), ), - // 'dimensions' => array( - // 'aspectRatios' => array(), - // ), - // 'spacing' => array( - // 'spacingScale' => array( - // 'steps' => 0, - // ), - // ), ), ); return $theme_json->update_with($new_data);