an attempt to compact css and use clean-css and failing
All checks were successful
/ build (push) Successful in 29s

This commit is contained in:
Ruben 2025-06-01 13:41:16 -05:00
commit 2bc1a4c684
No known key found for this signature in database
GPG key ID: 8EA836555FB6D9A5
12 changed files with 4649 additions and 2180 deletions

View file

@ -15,8 +15,9 @@
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy": "^3.1.0",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4"
"@11ty/eleventy-plugin-rss": "^2.0.4",
"clean-css": "^5.3.3"
}
}