sublime_libsass icon indicating copy to clipboard operation
sublime_libsass copied to clipboard

Automatically load frameworks

Open blitzrk opened this issue 9 years ago • 1 comments

It wouldn't be too hard or slow to search for other directories with sass files at the start of compile (e.g. node_modules/{compass,bourbon}) and automatically add them to the load-path.

If there is a .libsass.json and it's in a parent of the sass folders, then look down from there. If it's a guessed root, maybe it should start the search an extra directory up, but if this causes it to leave the user's project, that might concern them that their other files are being looked at.

blitzrk avatar Feb 24 '16 15:02 blitzrk

Pushed a release that logs possible framework directories as it goes.

blitzrk avatar Mar 21 '16 14:03 blitzrk