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
feat: Config Option for other .scss/.sass import paths. (#346)
* Added config option to package.json to find imports
Scss imports in imports are often broken as the paths there may be absolute to node_modules (at least in the case of @Material packages).
To fix this, there is now a config option in package.json: vue.css.loaderOptions.sass.includePaths (array of Strings)
* replaced tab caracter with spaces
* fixed indention
0 commit comments