Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
Co-authored-by: Ramon <[email protected]>
  • Loading branch information
aaronrobertshaw and ramonjd authored Dec 6, 2024
1 parent bd11946 commit d01da07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style-engine/class-wp-style-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ final class WP_Style_Engine {
'individual' => 'border-%s-radius',
),
'path' => array( 'border', 'radius' ),
'css_vars' => array(
'css_vars' => array(
'border-radius' => '--wp--preset--border-radius--$slug',
),
),
Expand Down

0 comments on commit d01da07

Please sign in to comment.