Jason Moore
Jason Moore
Sorry, I totally overlooked something... The Dart Sass option is called loadPaths instead of includePath and the path is from the root of the project. I tested in my project...
If you use loadPaths it should work in the current version, I am working on an update that will have different sections in defaults.json for NodeSass and Sass (Dart Sass),...
It’s critical for my company, so I’ll be maintaining it the best I can until Visual Studio has native support for it.
That's great to hear! I'm glad everything is working now!
I never tried using includePaths with Node Sass, but since Node Sass is no longer being maintained, I'm hesitant to spend time enhancing it, I mainly left it there as...
It should be loadPaths, include paths was a property if the old sass compiler.
Can you describe your project structure or upload a small sample application? I’d be happy to help get it working for you.
Based on this [issue](https://github.com/sass/dart-sass/issues/801), it doesn't sound like Dart Sass supports the tilde; does it work if you do a Replace in Files for "~@progress" with "@progress"? https://github.com/sass/dart-sass/issues/801 https://github.com/sass/sass/issues/2350
Do you know if this worked in the VS2019 version?
I’ll take a look to see what it would take to support linked files; are you good to work around this for now?