mirror of
https://github.com/catppuccin/python.git
synced 2026-03-16 00:02:01 +08:00
fix: . → -
This commit is contained in:
parent
cfb2694be1
commit
ef18bd706b
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user