Skip to content

Commit

Permalink
Remove custom spacing/units as it doesnt work as expected yet
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Aug 3, 2020
1 parent 6e853fd commit 0896ebb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ function theme_setup() {
// Add support for editor styles.
add_theme_support( 'editor-styles' );

// Add support for experimental custom padding.
add_theme_support( 'experimental-custom-spacing' );
add_theme_support( 'custom-units' );

// Add support for experimental link colors.
add_theme_support( 'experimental-link-color' );

Expand Down

0 comments on commit 0896ebb

Please sign in to comment.