We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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] }