An open API service indexing awesome lists of open source software.

https://github.com/melhosseiny/critical

Inline critical CSS to avoid FOUC
https://github.com/melhosseiny/critical

cli css deno fouc

Last synced: about 2 months ago
JSON representation

Inline critical CSS to avoid FOUC

Awesome Lists containing this project

README

          

# critical

Inline [critical CSS](https://web.dev/extract-critical-css/) in your `index.html` to avoid FOUC

```
> critical index.html
> critical --port 8000 index.html
```

To install

```shell
> deno install -g -N -E -R -W --allow-run -n critical mod.js
```