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 b68b7c9 commit 544bc70Copy full SHA for 544bc70
src/index.js
@@ -53,6 +53,7 @@ module.exports = async (
53
const styleSheetsApiCss = await page.evaluate(() => {
54
/* global document */
55
return [...document.styleSheets]
56
+ .filter(stylesheet => stylesheet.href === null)
57
.map(stylesheet =>
58
[...stylesheet.cssRules]
59
.map(cssStyleRule => cssStyleRule.cssText)
0 commit comments