Skip to content
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

Svelte warnings #450

Open
coyotte508 opened this issue Nov 21, 2023 · 0 comments
Open

Svelte warnings #450

coyotte508 opened this issue Nov 21, 2023 · 0 comments

Comments

@coyotte508
Copy link
Member

https://evilmartians.com/chronicles/postcss-8-plugin-migration
warn - The `@variants` directive has been deprecated in Tailwind CSS v3.0.
warn - Use `@layer utilities` or `@layer components` instead.
warn - https://tailwindcss.com/docs/upgrade-guide#replace-variants-with-layer
4:45:44 PM [vite-plugin-svelte] /tmp/tmp2ozihorl/kit/src/lib/Dropdown.svelte:11:11 Dropdown has unused export property 'selectedValue'. If it is for external reference only, please consider using `export const selectedValue`
 9: export let menuClassNames = "";
10: export let noBtnClass = void 0;
11: export let selectedValue = void 0;
               ^
12: export let useDeprecatedJS = true;
13: export let withBtnCaret = false;
4:45:51 PM [vite-plugin-svelte] /tmp/tmp2ozihorl/kit/src/lib/Dropdown.svelte:11:11 Dropdown has unused export property 'selectedValue'. If it is for external reference only, please consider using `export const selectedValue`
 9: export let menuClassNames = "";
10: export let noBtnClass = void 0;
11: export let selectedValue = void 0;
@coyotte508 coyotte508 changed the title Svelte errors Svelte warnings Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant