Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 461 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 461 Bytes

Load paths demo

Demoing how to configure load paths with the Sass CLI, and have them work in Some Sass as well.

Settings

For this to work, use the somesass.loadPaths setting:

{
	"somesass.loadPaths": ["shared/"]
}

Try it yourself

Clone the repo and run npm install, then npm test to run the Sass compiler with a load path.