Emogrifier::addStyleElementToDocument()
Method: Adds a style element with $css to $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1157
Method: Adds a style element with $css to $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1157
Method: Checks that $this->domDocument has a BODY element and adds it if it is missing.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1175
Method: Removes comments from the supplied CSS.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:1195
Method: Applies $this->css to $this->domDocument.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:465
Method: Parses the document and normalizes all existing CSS attributes.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:821
Method: Searches for all nodes with a style attribute and removes the “!important” annotations out of the inline style declarations, eventually by rearranging declarations.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:528
Method: Normalizes the value of the “style” attribute and saves it.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:843
Method: Removes the “!important” annotations out of the inline style declarations, eventually by rearranging declarations.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:547
Method: Merges styles from styles attributes and style nodes and applies them to the attribute nodes
Source: vendor/pelago/emogrifier/src/Emogrifier.php:869
Method: Returns a list with all DOM nodes that have a style attribute.
Source: vendor/pelago/emogrifier/src/Emogrifier.php:574