feat: Change normalize css dependency

- Remove old v7.0.0 vendor file
- Add node package for normalize css
- Still not in use
This commit is contained in:
sthag 2025-06-21 14:35:43 +02:00
parent a33163d556
commit 30ad2f3067
5 changed files with 61 additions and 718 deletions

View file

@ -32,6 +32,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPassthroughCopy("vendor");
eleventyConfig.addPassthroughCopy({"node_modules/bootstrap-icons": "vendor/bootstrap-icons"});
// eleventyConfig.addPassthroughCopy({"node_modules/normalize.css/normalize.css": "vendor/normalize.css"});
eleventyConfig.addWatchTarget("./source/style/");