Skip to content

Demoing the use of loadPaths in the sass compiler and in VS Code via Some Sass

Notifications You must be signed in to change notification settings

wkillerud/sass-load-paths-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Demoing the use of loadPaths in the sass compiler and in VS Code via Some Sass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages