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

<style lang="scss"> in svelte file. #5899

Closed
1 task
JUNGHUNKIM-7 opened this issue Jan 19, 2023 · 1 comment · Fixed by #5901
Closed
1 task

<style lang="scss"> in svelte file. #5899

JUNGHUNKIM-7 opened this issue Jan 19, 2023 · 1 comment · Fixed by #5901
Assignees
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) pkg: svelte Related to Svelte (scope)

Comments

@JUNGHUNKIM-7
Copy link

JUNGHUNKIM-7 commented Jan 19, 2023

What version of astro are you using?

latest

Are you using an SSR adapter? If so, which one?

None

What package manager are you using?

pnpm

What operating system are you using?

window

Describe the Bug

crashes

  1. Installed Sass and everything is good in astro file.
  2. Svelte, <style lang="scss"> seems working too. but vscode level, it shows error as a screenshot.
  3. I'm not sure that is my config problem or language server side's.
  • Intellisense of Astro props to svelte component seems not working or supported yet.

Thanks for such a amazing framework!

Link to Minimal Reproducible Example

None

Participation

  • I am willing to submit a pull request for this issue.
@bluwy bluwy added pkg: svelte Related to Svelte (scope) - P3: minor bug An edge case that only affects very specific usage (priority) labels Jan 19, 2023
@bluwy bluwy self-assigned this Jan 19, 2023
@bluwy
Copy link
Member

bluwy commented Jan 19, 2023

This is the same as #5065 that reminded me that we need to fix this for Astro 2.0. I've submitted #5901 that should fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) pkg: svelte Related to Svelte (scope)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants