Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/block-editor/src/components/global-styles/utils.js
Co-authored-by: Aaron Robertshaw <[email protected]>
  • Loading branch information
t-hamano and aaronrobertshaw authored Sep 28, 2023
commit d09b6a3cb2775f5dabded3a5023d916dea8a86fb
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/global-styles/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,8 @@ export function scopeSelector( scope, selector ) {
/**
* Appends a sub-selector to an existing one.
*
* Given the compounded $selector "h1, h2, h3"
* and the $to_append selector ".some-class" the result will be
* Given the compounded `selector` "h1, h2, h3"
* and the `toAppend` selector ".some-class" the result will be
* "h1.some-class, h2.some-class, h3.some-class".
*
* @param {string} selector Original selector.
Expand Down