From 57c24f8ba763b3a33411901cc019a499847268dd Mon Sep 17 00:00:00 2001 From: Brandon Date: Fri, 15 Jan 2021 17:48:50 -0600 Subject: [PATCH] chore(theme): Remove specificity from `custom-units` theme support --- app/setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/setup.php b/app/setup.php index 079a096..3d26e6a 100755 --- a/app/setup.php +++ b/app/setup.php @@ -89,7 +89,7 @@ add_action('after_setup_theme', function () { * Register relative length units in the editor. * @link https://developer.wordpress.org/block-editor/developers/themes/theme-support/#support-custom-units */ - add_theme_support('custom-units', 'rem', 'vw'); + add_theme_support('custom-units'); /** * Enable support for custom line heights in the editor.