From 7b722d09054869cab952d96788301a599f009f1f Mon Sep 17 00:00:00 2001 From: Brian Gardner Date: Fri, 15 Nov 2024 12:31:56 -0700 Subject: [PATCH] Remove Reverse block style for Columns. --- functions.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/functions.php b/functions.php index cef855d..70b9bc0 100644 --- a/functions.php +++ b/functions.php @@ -42,9 +42,6 @@ function powder_enqueue_stylesheet_script() { function powder_register_block_styles() { $block_styles = array( - 'core/columns' => array( - 'column-reverse' => __( 'Reverse', 'powder' ), - ), 'core/list' => array( 'no-style' => __( 'No Style', 'powder' ), ),