Skip to content

Commit

Permalink
phpcs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtashjian committed Nov 24, 2024
1 parent 740fd48 commit f0d2c09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/BlockLibrary/BlockLibraryServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -470,15 +470,15 @@ public function global_styles_for_twentytwentyfive() {
),
'spacing' => array(
'padding' => array(
'left' => '1.5625rem',
'right' => '1.5625rem',
'left' => '1.5625rem',
'right' => '1.5625rem',
),
),
'typography' => array(
'fontSize' => 'var(--wp--preset--font-size--medium)',
'lineHeight' => '1.6',
),
'css' => '&:is(:focus, :focus-visible) { outline-color:var(--wp--preset--color--contrast) !important; }',
'css' => '&:is(:focus, :focus-visible) { outline-color:var(--wp--preset--color--contrast) !important; }',
);

return array(
Expand Down

0 comments on commit f0d2c09

Please sign in to comment.