Revert "fix namespacing with CSS"

This reverts commit 896a67ca8a.
This commit is contained in:
2025-08-31 16:44:25 -06:00
parent 182ebd14b3
commit 3fc555844b
10 changed files with 63 additions and 227 deletions

View File

@@ -34,8 +34,8 @@ deps:
.PHONY: pdf
pdf: build deps
@echo "Generating PDF with headless Chrome..."
@$(GO) run ./cmd/pdf --in $(OUT_DIR)/print.html --out $(PDF)
@echo "Generating PDF by rendering each page and merging..."
@$(GO) run ./cmd/pdfbook --pages $(OUT_DIR) --order pages.yaml --out $(PDF)
.PHONY: pdf-2up
pdf-2up: build deps