Level 2 minification for CSS.
Some checks are pending
lint / runner / vale (push) Waiting to run
Lint / MegaLinter (push) Waiting to run

This commit is contained in:
g_it 2026-03-15 13:40:44 +01:00
commit 326745e717
Signed by untrusted user who does not match committer: g_it
GPG key ID: A2B0A7C06A054627

View file

@ -11,7 +11,7 @@ DEPLOY_DIR = Path("./deploy")
def minify_css(content):
result = subprocess.run(
["cleancss"],
["cleancss", "--level", "1"],
input=content,
capture_output=True,
text=True,