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

Vetur does not recognise multiple sequential css import tags #1578

Open
3 tasks done
Hulkmaster opened this issue Dec 4, 2019 · 0 comments
Open
3 tasks done

Vetur does not recognise multiple sequential css import tags #1578

Hulkmaster opened this issue Dec 4, 2019 · 0 comments

Comments

@Hulkmaster
Copy link

Hulkmaster commented Dec 4, 2019

  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • Platform: macos
  • Vetur version: 0.22.6
  • VS Code version: 1.40.2

Problem

If i have 2 or more sequential style import tags, like this

<style lang="scss" src="@styles/components/header/header-container.scss" />
<style lang="scss" src="@styles/components/header/nav-link.scss" />

i guess error in parsing happens and it does not recognise it as a separate tag anymore

Loaded bundled typescript@3.6.3.
Vetur initialized

image

Reproducible Case

<style lang="scss" src="@styles/components/header/header-container.scss" />
<style lang="scss" src="@styles/components/header/nav-link.scss" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants