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

scss import failed #279

Closed
DSchratt opened this issue Apr 27, 2018 · 2 comments
Closed

scss import failed #279

DSchratt opened this issue Apr 27, 2018 · 2 comments

Comments

@DSchratt
Copy link

When i try to import a folder in a scss file it throws me this error:

File to import not found or unreadable: utilities/*.

I imported the file with <style src="./sass/site.scss" lang="sass"></style> in the layout.vue.

Also this do nothing for me
scss: { includePaths: [nodeModules] }
#169 #197

@yyx990803
Copy link
Member

If you are importing scss you should use lang="scss", not lang="sass". The latter is for the indented syntax.

@DSchratt
Copy link
Author

DSchratt commented May 2, 2018

When i changed it to lang="scss" there is still the same problem

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

2 participants