Skip to content

Commit 87cd07e

Browse files
committed
v1.1.0
1 parent 544bc70 commit 87cd07e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "extract-css-core",
33
"description": "Extract all CSS from a given url, both server side and client side rendered.",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"homepage": "https://www.projectwallace.com/oss",
66
"repository": "https://github.com/bartveneman/extract-css-core",
77
"issues": "https://github.com/bartveneman/extract-css-core/issues",

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ employ style injection with JavaScript will not be covered.
2727
This module uses an instance of Chromium to render a page. This has the benefit
2828
that most of the styles can be rendered, even when generated by JavaScript. The
2929
[Puppeteer CSSCoverage API](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#coveragestartcsscoverageoptions)
30-
is the power behind finding most of the CSS.
30+
is the power behind finding most of the CSS. Additionally, the
31+
`document.styleSheets` API is used.
3132

3233
## Installation
3334

0 commit comments

Comments
 (0)