Sets the rules group.
Parameters
$rules_group
stringrequired- A parent CSS selector in the case of nested CSS, or a CSS nested @rule, such as
@media (min-width: 80rem)
or@layer module
.
Source
public function set_rules_group( $rules_group ) {
$this->rules_group = $rules_group;
return $this;
}
Changelog
Version | Description |
---|---|
6.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.