浏览代码

Add custom units support. (#2408)

Kjell Reigstad 4 年之前
父节点
当前提交
d9a7f1f3b0
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      seedlet/functions.php

+ 3 - 0
seedlet/functions.php

@@ -266,6 +266,9 @@ if ( ! function_exists( 'seedlet_setup' ) ) :
 
 		// Add support for experimental cover block spacing.
 		add_theme_support( 'experimental-custom-spacing' );
+
+		// Add support for custom units.
+		add_theme_support( 'custom-units' );
     
 		// Add support for WordPress.com Global Styles.
 		add_theme_support(