Added logo to navbar, reworked navbar layout

This commit is contained in:
2026-01-22 19:43:28 +01:00
parent 20cbbfd06c
commit 328615be97
7 changed files with 21 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
# How to use CriticalCSS
1. Install it here
1. Install the dependencies from here
```bash
npm i -D critical
npm install puppeteer
@@ -7,5 +7,4 @@ npm install puppeteer
2. Run the css generator:
```bash
node CriticalCSSGenerator.js
```
3. Move the `.css` files from the current directory to the `CriticalCSS/` folder (overwrite existing files)
```