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:
parent
a33163d556
commit
30ad2f3067
5 changed files with 61 additions and 718 deletions
|
|
@ -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/");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue