Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork164
feat: Download Svelte App with Tailwind CSS and fix app.css bug along side#1374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
feat: Download Svelte App with Tailwind CSS and fix app.css bug along side#1374
Conversation
@wyMinLwin is attempting to deploy a commit to theSvelte Team onVercel. A member of the Team first needs toauthorize it. |
Thank you, looks promising! Could you explain why you didn't use |
wyMinLwin commentedJun 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
For Tailwind FeatureWhat I wanted to do there is to follow the pattern of existing codebase which is fetch via the generated json file. Since we have a layer to cache those templates, I assumed it won't big deal to follow codebase. For CSS BugIt's just wrong index due to |
@dummdidumm could you pls check.
@dummdidumm Could you pls review. |
PR for Issue#1227 Tailwind enabled download with app.css bug
Feat: Download Svelte App with Tailwind CSS when enabled.
Bug: Fix along side with removing app.css unwanted codes.
I created another javascript file to get svelte template but with tailwind css config.
And then based on
workspace.tailwind
it will be conditionally use different templates