We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.
-
1 parent cfb2694 commit ef18bd7Copy full SHA for ef18bd7
scripts/build-gh-pages
@@ -57,7 +57,7 @@ def build_css() -> None:
57
write(postprocess_css(flavor_css(flavor.identifier)), path)
58
59
# build a variable CSS file
60
- path = PYGMENTS_DIR / "catppuccin.variables.css"
+ path = PYGMENTS_DIR / "catppuccin-variables.css"
61
write(postprocess_css(variable_css()), path)
62
63
0 commit comments