Demoing how to configure load paths with the Sass CLI, and have them work in Some Sass as well.
For this to work, use the somesass.loadPaths
setting:
{
"somesass.loadPaths": ["shared/"]
}
Clone the repo and run npm install
, then npm test
to run the Sass compiler with a load path.