File: wp-includes/style-engine/class-wp-style-engine.php
-
Style value parser that constructs a CSS definition array comprising a single CSS property and value.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:661 -
Returns a compiled stylesheet from stored CSS rules.
Used by 2 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:732 -
Returns a store by store key.
Used by 1 function | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine.php:406 -
Returns classnames and CSS based on the values in a styles object.
Used by 1 function | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine.php:436 -
Returns classnames, and generates classname(s) from a CSS preset property pattern, e.g. `var:preset||`.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:476 -
Returns an array of CSS declarations based on valid block style values.
Used by 0 functions | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine.php:522 -
Style value parser that returns a CSS definition array comprising style properties that have keys representing individual style properties, otherwise known as longhand CSS properties.
Used by 0 functions | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine.php:606 -
Returns compiled CSS from CSS declarations.
Used by 1 function | Uses 2 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:697 -
classWP_Style_Engine
The main class integrating all other WP_Style_Engine_* classes.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:31 -
Util: Extracts the slug in kebab case from a preset string, e.g. `heavenly-blue` from `var:preset|color|heavenlyBlue`.
Used by 0 functions | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine.php:329 -
Util: Generates a CSS var string, e.g. `var(–wp–preset–color–background)` from a preset string such as `var:preset|space|50`.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:350 -
Util: Checks whether an incoming block style value is valid.
Used by 0 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:372 -
Stores a CSS rule using the provided CSS selector and CSS declarations.
Used by 2 functions | Uses 0 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:391