Skip to content

Commit

Permalink
Global Styles: Update Block specific CSS label to include additional …
Browse files Browse the repository at this point in the history
…instructions. (#49626)

* Update Block CSS label to include additional instructions.

* Update CSS instructions to new file/location

* Update CSS instructions to new file/location

* Fix linting issue, potentially.

---------

Co-authored-by: apeatling <[email protected]>
  • Loading branch information
jordesign and apeatling authored Sep 18, 2023
1 parent c0f0851 commit aeb7be8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ function ScreenBlock( { name, variation } ) {
{ sprintf(
// translators: %s: is the name of a block e.g., 'Image' or 'Table'.
__(
'Add your own CSS to customize the appearance of the %s block.'
'Add your own CSS to customize the appearance of the %s block. You do not need to include a CSS selector, just add the property and value.'
),
blockType?.title
) }
Expand Down

0 comments on commit aeb7be8

Please sign in to comment.