📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-26 16:02:06 +00:00
parent 18ce71c489
commit 07735e783a
43 changed files with 9474 additions and 79 deletions
@@ -137,11 +137,6 @@ function scanFile(filePath) {
return;
}
// Skip lines that already use CSS variables
if (line.includes('var(--')) {
return;
}
for (const [name, pattern] of Object.entries(patterns)) {
const matches = line.match(pattern.regex);
if (matches) {