资讯

├── app.py # Flask backend ├── static │ ├── css │ │ └── main.css # Compiled Tailwind CSS ├── templates │ └── index.html # Main HTML page with Tailwind classes └── README.md # Project readme file ...
Tailwind CSS Configured to use prefix: twcss- in order to not clash with Dawn’s existing styles There is the option to switch the order of the base.css & app.css stylesheets in theme.liquid if you ...