-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- IntelliSense for custom components using the CSS configuration file
- Silence
svelte-check
warnings for CSS@reference
,@apply
rules: - Specifying your Tailwind stylesheet path (Tailwind CSS v4+)
- Use
justify-center-safe
for the container component. reference
Warn: Unknown at rule @reference (css)
<style>
@reference "$app.css";
a {
Warn: Unknown at rule @apply (css)
a {
@apply underline underline-offset-4 hover:decoration-2;
}
References
- `css_unused_selector` using `@apply` inside `<style>` (Tailwind v4) sveltejs/svelte#14916
- [v4] @apply inside Svelte / Vue `<style>` not working as expected tailwindlabs/tailwindcss#15205
- Tailwind IntelliSense does not list my custom class in @layer Utilities tailwindlabs/tailwindcss-intellisense#227 (comment)
Metadata
Metadata
Assignees
Labels
No labels