Skip to content

Commit

Permalink
Remove unused properties of container class
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Feb 11, 2024
1 parent 081de82 commit 5276e36
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,6 @@
* @access private
*/
class WP_Style_Engine_CSS_Rules_Container extends WP_Style_Engine_CSS_Rule {
/**
* A parent CSS selector in the case of nested CSS, or a CSS nested @rule, such as `@media (min-width: 80rem)` or `@layer module`
*
* @var string
*/
protected $selector;

/**
* The selector declarations.
*
* Contains a WP_Style_Engine_CSS_Declarations object.
*
* @var WP_Style_Engine_CSS_Declarations
*/
protected $declarations;

/**
* The container declarations.
*
Expand Down

0 comments on commit 5276e36

Please sign in to comment.