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:648 -
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:719 -
Returns a store by store key.
Used by 1 function | Uses 1 function | Source: wp-includes/style-engine/class-wp-style-engine.php:393 -
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:423 -
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:463 -
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:509 -
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:593 -
Returns compiled CSS from CSS declarations.
Used by 1 function | Uses 2 functions | Source: wp-includes/style-engine/class-wp-style-engine.php:684 -
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:30 -
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:316 -
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:337 -
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:359 -
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:378