Skip to content

Commit

Permalink
Addressing nitpickers :D
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 8, 2022
1 parent 14caddd commit 2780374
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 @@ -436,7 +436,7 @@ public function generate( $block_styles, $options ) {
/**
* Style value parser that returns a CSS ruleset of style properties for style definition groups
* that have keys representing individual style properties, otherwise known as longhand CSS properties.
* e.g., "$style_property-$individua_feature: $value;", which could represent the following:
* e.g., "$style_property-$individual_feature: $value;", which could represent the following:
* "border-{top|right|bottom|left}-{color|width|style}: {value};" or,
* "border-image-{outset|source|width|repeat|slice}: {value};"
*
Expand Down

0 comments on commit 2780374

Please sign in to comment.