Added more missing localization, added LocalizationChecker tool, moved CriticalCSSGenerator to tools folder

This commit is contained in:
2026-01-01 19:03:57 +01:00
parent 3e433c3cbe
commit 6f4ffbcaa6
8 changed files with 209 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
# How to use CriticalCSS
1. Install it here
```bash
npm i -D critical
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)