diff options
| author | seth <[email protected]> | 2024-02-12 08:27:29 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-12 08:51:36 -0500 |
| commit | b90ffad602c634a6efa343e095c2913da56f2158 (patch) | |
| tree | bfdd34c5132aafd691e41126fef416ee9504a7e1 /deno.json | |
| parent | 19b01bff4c251722d4739f6dca208497877f7cbb (diff) | |
use cssnano to minify
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ }, "imports": { "lume/": "https://deno.land/x/[email protected]/", - "catppuccin": "npm:@catppuccin/[email protected]" + "catppuccin": "npm:@catppuccin/[email protected]", + "cssnano": "npm:[email protected]" }, "compilerOptions": { "types": ["lume/types.ts"] |
