fix: .-

This commit is contained in:
backwardspy 2024-03-17 22:29:09 +00:00
parent cfb2694be1
commit ef18bd706b
No known key found for this signature in database

View File

@ -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)