Appends a sub-selector to an existing one.
Description
Given the compounded $selector "h1, h2, h3" and the $to_append selector ".some-class" the result will be "h1.some-class, h2.some-class, h3.some-class".
Parameters
$selector
stringrequired- Original selector.
$to_append
stringrequired- Selector to append.
Source
* }
*
* It returns the following output:
*
* {
* "styles": {
* "blocks": {
* "core/paragraph": {
* "variations": {
* "section-a": { "color": { "background": "backgroundColor" } }
* },
User Contributed Notes
You must log in before being able to contribute a note or feedback.