Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
wyMinLwin wants to merge3 commits intosveltejs:main
base:main
Choose a base branch
Loading
fromwyMinLwin:download-Tailwind-enabled-playground

Conversation

wyMinLwin
Copy link
Contributor

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 onworkspace.tailwind it will be conditionally use different templates

@vercelVercel
Copy link

vercelbot commentedJun 5, 2025

@wyMinLwin is attempting to deploy a commit to theSvelte Team onVercel.

A member of the Team first needs toauthorize it.

@dummdidumm
Copy link
Member

Thank you, looks promising! Could you explain why you didn't usesv to also scaffold Tailwind?sv create has a tailwind option, and AFAIK you can use that through the programmatic API aswell.

@wyMinLwin
Copy link
ContributorAuthor

wyMinLwin commentedJun 11, 2025
edited
Loading

Thank you, looks promising! Could you explain why you didn't usesv to also scaffold Tailwind?sv create has a tailwind option, and AFAIK you can use that through the programmatic API aswell.

For Tailwind Feature

What 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 Bug

It's just wrong index due to<style></style> instead of<style></style>

@wyMinLwin
Copy link
ContributorAuthor

@dummdidumm could you pls check.

Thank you, looks promising! Could you explain why you didn't usesv to also scaffold Tailwind?sv create has a tailwind option, and AFAIK you can use that through the programmatic API aswell.

For Tailwind Feature

What 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 Bug

It's just wrong index due to<style></style> instead of<style></style>

@dummdidumm Could you pls review.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@wyMinLwin@dummdidumm

[8]ページ先頭

©2009-2025 Movatter.jp