mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2025-12-16 15:40:12 +01:00
overhaul: migrated to tailwind css for css management, consolidated custom css, removed inline css, removed unneeded css, and otherwise improved page styling
This commit is contained in:
parent
f1e21873e7
commit
b994978f60
81 changed files with 15784 additions and 2936 deletions
|
|
@ -107,6 +107,9 @@ services:
|
|||
WEB_TAG_PARALLEL: "1" # 1=parallelize tagging
|
||||
WEB_TAG_WORKERS: "4" # Worker count when parallel tagging
|
||||
|
||||
# Card Image Caching (optional, uses Scryfall bulk data API)
|
||||
CACHE_CARD_IMAGES: "1" # 1=download images to card_files/images/, 0=fetch from Scryfall API on demand
|
||||
|
||||
# Build Stage Ordering
|
||||
WEB_STAGE_ORDER: "new" # new|legacy. 'new' (default): creatures → spells → lands → fill. 'legacy': lands → creatures → spells → fill
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue