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

Implement import recursion check #1829

Merged
merged 1 commit into from
Jan 9, 2016

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented Jan 6, 2016

Also adds import stack reports on errors.

Fixes #1801
https:/sass/sass-spec/pull/643/files

Error: An @import loop has been found:
           index.scss imports _alpha.scss
           _alpha.scss imports _beta.scss
           _beta.scss imports _alpha.scss
        from line 1 of index.scss
        from line 1 of _alpha.scss
        from line 1 of _beta.scss
>> @import 'alpha';

@mgreter mgreter self-assigned this Jan 6, 2016
@mgreter mgreter added this to the 3.3.3 milestone Jan 6, 2016
@mgreter mgreter force-pushed the feature/import-recursion-check branch from c338fbf to e083c6a Compare January 7, 2016 01:27
Also adds import stack reports on errors.
@mgreter mgreter force-pushed the feature/import-recursion-check branch from e083c6a to cf36780 Compare January 9, 2016 07:09
mgreter added a commit that referenced this pull request Jan 9, 2016
@mgreter mgreter merged commit ed6a057 into sass:master Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant