We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46a9df commit 4763493Copy full SHA for 4763493
readme.md
@@ -44,7 +44,7 @@ This module uses an instance of Chromium to render a page. This has the benefit
44
that most of the styles can be rendered, even when generated by JavaScript. The
45
[Puppeteer CSSCoverage API](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#coveragestartcsscoverageoptions)
46
is the power behind finding most of the CSS. Additionally, the
47
-`document.styleSheets` API is used to get CSS-in-JS styling.
+`document.styleSheets` API is used to get CSS-in-JS styling. Lastly, a plain old `document.querySelectorAll('[style]')` finds all inline styling.
48
49
## API
50
0 commit comments