Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix & complete find_imports for AST visitor #103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

zdivelbiss
Copy link

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).

This should also resolve #88.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Any plan to add load_paths support when import path with css, scss, sass file extensions
1 participant