Skip to content

Commit ef18bd7

Browse files
committed
fix: .-
1 parent cfb2694 commit ef18bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-gh-pages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def build_css() -> None:
5757
write(postprocess_css(flavor_css(flavor.identifier)), path)
5858

5959
# build a variable CSS file
60-
path = PYGMENTS_DIR / "catppuccin.variables.css"
60+
path = PYGMENTS_DIR / "catppuccin-variables.css"
6161
write(postprocess_css(variable_css()), path)
6262

6363

0 commit comments

Comments
 (0)