Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix svelte check warning for tailwind css code
If there's no language specified for the style tag, the compiler thinks it's vanilla css and will output a warning. When adding `lang="postcss"` the compiler knows that we use tailwind directives and won't output that warning.
- Loading branch information