Skip to content

Commit

Permalink
The linter strikes again. Be gone, thou flinty, fermented scallion!
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 8, 2022
1 parent dc17838 commit 14caddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/style-engine/class-wp-style-engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ class WP_Style_Engine {
'--wp--preset--color--$slug' => 'color',
),
'classnames' => array(
'has-text-color' => true,
'has-$slug-color' => 'color',
'has-text-color' => true,
'has-$slug-color' => 'color',
),
),
'background' => array(
Expand Down

0 comments on commit 14caddd

Please sign in to comment.