Replaces the existing implementation of fn find_imports() -> Option<PathBuf> to a finished implementation that follows the Sass specifications, as well as fixing loading for stylesheets that are compiled directly, rather than loaded from the filesystem (i.e. via grass::from_string rather than grass::from_file).
Replaces the existing implementation of
fn find_imports() -> Option<PathBuf>
to a finished implementation that follows the Sass specifications, as well as fixing loading for stylesheets that are compiled directly, rather than loaded from the filesystem (i.e. viagrass::from_string
rather thangrass::from_file
).This should also resolve #88.