-
https://github.com/filamentgroup/grunt-criticalcss
-
Not every project uses css modules and there are signs that the react team are[ against using css modules](https://github.com/facebookincubator/create-react-app/issues/98). Does this library support c…
-
This may very well be a can of worms that you're not willing to stick your hand into, but it would be quite cool if CK could generate the critical path CSS for a page and inline it.
There are some [o…
-
Hi.
I have enabled prioritize_critical_css, but as per Pagespeed Insight following css loading render blocking. Anyway to defer this css?
> https://www.drcrhub.com/wp-content/plugins/social-wi…
-
As mentioned in https://github.com/open-design-kit/opendesignkit/issues/279#issuecomment-372061101, `non-critical.css` is a misnomer because it contains _both_ critical _and_ non-critical CSS; calling…
-
Hi,
**Do you want to request a *feature* or report a *bug*?**
Can this plugin work with timber and WordPress
**What is the current behavior?**
I would like to know if it is possible to cre…
-
Ref: p1707134680670189-slack-C016BBAFHHS
We show "Advanced Recommendations" in the Boost UI when generating Critical CSS fails for some pages (but works for others). One recommendation we show is for…
-
### Describe the bug
## Issue Summary
Upgrading `@vanilla-extract/next-plugin` from version `2.3.7` to `2.4.6`,
results in the `.next/static/css` directory no longer being generated.
## Steps t…
-
I see the critical.css file that is minified but I couldn't see the nonminified source for that?
-
@raukaute sure, the problem is that in SSR the styles can't be rendered using the link tag for example . it should be rendered in inline CSS using the style tag, this is because we need more informati…