Skip to content

Commit

Permalink
feature: inline all css
Browse files Browse the repository at this point in the history
fixes #0
  • Loading branch information
Idrinth committed Jun 2, 2024
1 parent 8d7ee37 commit 4c8dda5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tools": "node tools/prepare-tools.js",
"language": "itlfy generate",
"check-language": "itlfy check",
"pure-build": "npm run drop-dist && vite build && iabiccss --inline && irfbrgf",
"pure-build": "npm run drop-dist && vite build && iabiccss --inline-all && irfbrgf",
"drop-dist": "node tools/drop-dist.js",
"spellcheck": "itlfy dump && spellchecker",
"knip": "knip",
Expand Down Expand Up @@ -63,7 +63,7 @@
"@commitlint/cli": "^19.2.1",
"@idrinth/duplicate-style-check": "^1.1.0",
"@idrinth-api-bench/react-file-based-routes": "^1.3.0",
"@idrinth-api-bench/inline-critical-css": "^1.1.5",
"@idrinth-api-bench/inline-critical-css": "^1.2.0",
"@idrinth-api-bench/rollup-plugin-react-modular-css": "^1.2.2",
"@idrinth/typescript-language-from-yaml": "^1.3.0",
"@types/chai": "^4.3.16",
Expand Down

0 comments on commit 4c8dda5

Please sign in to comment.