CssInliner::getMatchingUninlinableSelectors()
Gets the array of selectors present in the CSS provided to inlineCss()
for which the declarations could not be applied as inline styles, but which may affect elements in the HTML. The relevant CSS will have been placed in a <style>
element. The selectors may include those used within @media
rules or those involving dynamic pseudo-classes (such as :hover
) or pseudo-elements (such as ::after
).
Description Description
Return Return
(string[])
Source Source
File: vendor/pelago/emogrifier/src/Emogrifier/CssInliner.php