Skip to content

Commit

Permalink
Remove Reverse block style for Columns.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Nov 15, 2024
1 parent 6740f56 commit 7b722d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
),
Expand Down

0 comments on commit 7b722d0

Please sign in to comment.