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

@use not implemented #3121

Closed
stefanloerwald opened this issue Jul 23, 2020 · 4 comments
Closed

@use not implemented #3121

stefanloerwald opened this issue Jul 23, 2020 · 4 comments

Comments

@stefanloerwald
Copy link

@use rules seem to be not implemented:

foo.scss:

body {
    color: green;
}

bar.scss:

@use "foo";

I would expect the result to be

bar.css:

body {
    color: green;
}

However, I get

@use "foo";

I use the C# compiler frontend which uses version 3.6.4 of libsass.

@connorskees
Copy link

Hello,

This appears to be a duplicate of #2807. The lack of @use support is a known issue of libsass.

@stefanloerwald
Copy link
Author

Thanks for your reply @connorskees. Is this something that is worked on?

@xzyfer
Copy link
Contributor

xzyfer commented Jul 28, 2020

This is not currently being worked on. There's is ongoing work to refactor the core of LibSass to make this feature easier to implement.

@xzyfer xzyfer closed this as completed Jul 28, 2020
@drwpow
Copy link

drwpow commented Aug 24, 2020

@xzyfer I’d love to help add this, if possible. Is there a smaller issue I can tackle that’d help move toward this?

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

No branches or pull requests

4 participants