-
Notifications
You must be signed in to change notification settings - Fork 113
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
Update ContextMenu.scss #43
Conversation
Thanks for your PR Devin. When do you get these warnings exactly? When I build with |
Sorry, I meant a dev build - I get them when I do a "svelte-kit dev" - it gives me this: [vite:css] start value has mixed support, consider using flex-start instead |
hm, that is odd, I can't get these warnings to appear. I can merge your PR now, but without seeing the same warnings I'll introduce more of them for sure 😛 . What I do is the following, but I get zero warnings then:
|
@bostondevin any more pointers on how I can get these warning messages? Do you get them when running |
@bostondevin how can I reproduce the issue you see? |
You might need ESLint to see them - maybe that's why I get them |
Yes that makes sense. I played around a bit with the eslint config but can't quickly get linting for |
I encounter this issue when using svelte + vite + tailwindcss. This PR fixed it |
I'll merge this PR now. There is no guards in place yet (linting) to prevent this from happening again in the future. Help in that regard would be welcome. |
Get rid of warning message when building - start/end has mixed support, flex-start & flex-end has better support