refactor: ♻️ update naming of variables, classes and attributes
This commit is contained in:
parent
b85675eb45
commit
f5d526d79b
4 changed files with 26 additions and 26 deletions
|
@ -62,7 +62,7 @@ export default async function (eleventyConfig) {
|
|||
ignoreCustomFragments: [
|
||||
/<(use|path)[^>]*>(?:(?!<\/(use|path)>)[\s\S])*?<\/(use|path)>/,
|
||||
/<div[^>]*class="color-box"[^>]*>(?:(?!<\/div>)[\s\S])*?<\/div>/,
|
||||
/<nav[^>]*class="gallery-nav"[^>]*>.*?<\/nav>/
|
||||
/<nav[^>]*class="slider-nav"[^>]*>.*?<\/nav>/
|
||||
]
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue