-
Notifications
You must be signed in to change notification settings - Fork 58
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[examples:todos-app]: Add vite #123
[examples:todos-app]: Add vite #123
Conversation
@@ -433,11 +433,6 @@ input::-moz-placeholder, textarea::-moz-placeholder { | |||
color: #9ca3af; | |||
} | |||
|
|||
input:-ms-input-placeholder, textarea:-ms-input-placeholder { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have noticed that diff are being generated so I am pushing the fixes together.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a bunch!
aahhh, almost. We require all commits to be signed. So if you could sign your commits, i can merge it right away ❤️ p.s. here's one possible guide https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits |
@FabianLars Thank you! I have set up a signature for the commit. |
All commits need to be signed. i literally can not click on "Merge pull request" otherwise (blocked by github settings), so we'll need a force-push from you to overwrite the old commits :/ |
17a9286
to
af0f323
Compare
af0f323
to
bde3b04
Compare
@FabianLars OK! |
In
@sveltejs/kit
there was a BREAKING CHANGE as follows.Currently todos-app is not working because of this change, so i have a fix it.
sveltejs/kit#5332