mirror of
https://github.com/mwisnowski/mtg_python_deckbuilder.git
synced 2026-01-31 05:35:17 +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
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
RELEASE_NOTES.md
|
||||
test.py
|
||||
test_*.py
|
||||
!test_exclude_cards.txt
|
||||
!test_include_exclude_config.json
|
||||
|
||||
|
|
@ -40,4 +41,14 @@ logs/
|
|||
logs/*
|
||||
!logs/perf/
|
||||
logs/perf/*
|
||||
!logs/perf/theme_preview_warm_baseline.json
|
||||
!logs/perf/theme_preview_warm_baseline.json
|
||||
|
||||
# Node.js and build artifacts
|
||||
node_modules/
|
||||
code/web/static/js/
|
||||
code/web/static/styles.css
|
||||
*.js.map
|
||||
|
||||
# Keep TypeScript sources and Tailwind CSS input
|
||||
!code/web/static/ts/
|
||||
!code/web/static/tailwind.css
|
||||
Loading…
Add table
Add a link
Reference in a new issue