You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The original snippet uses a Chrome innovation called `getMatchedCSSRules` which
10
10
11
11
The Critical CSS Widget is made cross browser using a [polyfill](https://github.com/ovaldi/getMatchedCSSRules) for `getMatchedCSSRules` and it includes a tool to extract the full CSS of a page and to provide the extracted CSS as a file download with annotated file references, information about the viewport, file size and a row index to quickly navigate to the critical CSS from a specific stylesheet.
12
12
13
-
The critical CSS is also printed in groups in the broser console which enables to extract critical CSS from specific stylesheets.
13
+
The critical CSS is also printed in groups in the browser console which enables to extract critical CSS from specific stylesheets.
0 commit comments