Skip to content

Fix hoistUseStatements not working with multiline imports #140

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

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

Tomburgs
Copy link
Member

@Tomburgs Tomburgs commented Apr 14, 2021

Fixes #135.

The problem was that we didn't support broken-up use statements such as

@use 'config' with (
    $text-color: #FAFAFA
);

This change is Reviewable

@Tomburgs Tomburgs force-pushed the hoist-support-with-keyword branch from 0da56ad to a1bfa14 Compare April 14, 2021 09:19
@justin808
Copy link
Member

@Tomburgs Looks great on a quick glance from me. I'll merge and release.

@justin808 justin808 merged commit e7f9aa1 into shakacode:master Apr 14, 2021
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.

[dart-sass]: hoistUseStatements causes problems with @use ... with()
2 participants