We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
<style src="./sass/site.scss" lang="sass"></style>
Also this do nothing for me scss: { includePaths: [nodeModules] } #169 #197
scss: { includePaths: [nodeModules] }
The text was updated successfully, but these errors were encountered:
If you are importing scss you should use lang="scss", not lang="sass". The latter is for the indented syntax.
scss
lang="scss"
lang="sass"
Sorry, something went wrong.
When i changed it to lang="scss" there is still the same problem
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: