Skip to content

Commit

Permalink
fix: .-
Browse files Browse the repository at this point in the history
  • Loading branch information
backwardspy committed Mar 17, 2024
1 parent cfb2694 commit ef18bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-gh-pages
Expand Up @@ -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)


Expand Down

0 comments on commit ef18bd7

Please sign in to comment.