critters icon indicating copy to clipboard operation
critters copied to clipboard

🦔 A Webpack plugin to inline your critical CSS and lazy-load the rest.

Results 51 critters issues
Sort by recently updated
recently updated
newest added

### Bug description: When building angular using the `production` configuration, the step `Generating index html...` produces following warning: `1 rules skipped due to selector errors: legend+* -> Cannot read property...

- extra argument "this.compilation" passed to the readFile function has been removed; - added a test and resources; - snapshots generated, tests passed. Solution for the issue: **Issue** https://github.com/GoogleChromeLabs/critters/issues/106

I have some `@font-face` rules for size-adjusted fallback fonts, to reduce CLS while web fonts are loading. Out of the box critters doesn't seem to consider them critical CSS to...

`ng build` inlines critical css but causes warnings when using pseudo selectors inside a :is or :where. ![image](https://user-images.githubusercontent.com/594745/153625324-e2432406-6b71-40ee-bd65-8d55daaa70f8.png) This is not a breaking bug. Usually this only involves states of...

Only font faces having `src: url()` are treated as valid, so `src: local()` ones would always be considered invalid and dropped, even if they are detected as critical fonts. ```css...

Hey guys :) I am having trouble, I think I could be missing something very simple. I'm not sure if this is a bug, but using the `pruneSource` config item...

Hello @developit and other contributors, Thanks to you and the contributors of this project for a job well done. While working with the **critters-webpack-plugin** project on macOS, I found that...

Hello @developit and other contributors, There is currently a dependency on `"html-webpack-plugin": "^4.5.2"`. Version `4.5.2` is used with webpack version 4. It may make sense to branch along the same...

I have updated my angular project to v13 and after getting this warning with `:host-context` selector that is `subselects_1.subselects[name] is not a function`. I am using `[email protected]` as part of...