Skip to content

Commit

Permalink
Update style engine for radius presets
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Dec 5, 2024
1 parent 7ee1523 commit aa60fa3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/style-engine/class-wp-style-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ final class WP_Style_Engine {
'individual' => 'border-%s-radius',
),
'path' => array( 'border', 'radius' ),
'css_vars' => array(

Check warning on line 136 in packages/style-engine/class-wp-style-engine.php

View workflow job for this annotation

GitHub Actions / PHP coding standards

Array double arrow not aligned correctly; expected 6 space(s) between "'css_vars'" and double arrow, but found 3.
'border-radius' => '--wp--preset--border-radius--$slug',
),
),
'style' => array(
'property_keys' => array(
Expand Down

0 comments on commit aa60fa3

Please sign in to comment.