From ef18bd706b053f02b02067f28de756427efd4a3a Mon Sep 17 00:00:00 2001 From: backwardspy Date: Sun, 17 Mar 2024 22:29:09 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20`.`=20=E2=86=92=20`-`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/build-gh-pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-gh-pages b/scripts/build-gh-pages index 292a978..0604520 100755 --- a/scripts/build-gh-pages +++ b/scripts/build-gh-pages @@ -57,7 +57,7 @@ def build_css() -> None: write(postprocess_css(flavor_css(flavor.identifier)), path) # build a variable CSS file - path = PYGMENTS_DIR / "catppuccin.variables.css" + path = PYGMENTS_DIR / "catppuccin-variables.css" write(postprocess_css(variable_css()), path)