You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
Add external sass file with <style src="../styles/components/myComponent.scss" lang="scss" /> and import a file within myComponent.scss relative like @import '../core';
Then run npm run build
What is expected?
core.scss could be loaded and imported
What is actually happening?
core.scss could not be found
Is this a normal behaviour? Do I need to set somehow the includePaths for sass? I did not figured out the right way to do it.