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 d415e11 commit cfb2694Copy full SHA for cfb2694
scripts/build-gh-pages
@@ -52,12 +52,12 @@ def variable_css() -> str:
52
def build_css() -> None:
53
# build individual CSS files for each flavor
54
for flavor in PALETTE:
55
- filename = f"ctp-{flavor.identifier}.css"
+ filename = f"catppuccin-{flavor.identifier}.css"
56
path = PYGMENTS_DIR / filename
57
write(postprocess_css(flavor_css(flavor.identifier)), path)
58
59
# build a variable CSS file
60
- path = PYGMENTS_DIR / "ctp-variable.css"
+ path = PYGMENTS_DIR / "catppuccin.variables.css"
61
write(postprocess_css(variable_css()), path)
62
63
0 commit comments