Skip to content

Commit 5614d83

Browse files
committed
fix(tool): Sync age settings when updated dart-sass
1 parent 640cb72 commit 5614d83

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tools/sync-current-sass.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
"match": r'DART_SASS_VERSION = ".+"',
1515
"replace": r'DART_SASS_VERSION = "{version}"',
1616
}
17-
]
17+
],
18+
root / ".age.toml": [
19+
{
20+
"match": r":Dart Sass version: .+",
21+
"replace": r":Dart Sass version: {version}",
22+
}
23+
],
1824
}
1925

2026

0 commit comments

Comments
 (0)