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

support @use and @forward configuring with path #2859

Closed
victor-assis opened this issue May 11, 2020 · 2 comments
Closed

support @use and @forward configuring with path #2859

victor-assis opened this issue May 11, 2020 · 2 comments

Comments

@victor-assis
Copy link

victor-assis commented May 11, 2020

Exemple:

// _library-1.scss
$black: #000000 !default;
$white: #ffffff !default;

// _library-2.scss
$black: #242323 !default;

// index.scss
@forward 'library-1' with (
  'library-2'
);
@Awjin
Copy link
Contributor

Awjin commented May 13, 2020

Duplicate of #2846—in particular #2846 (comment).

@Awjin Awjin closed this as completed May 13, 2020
@Awjin
Copy link
Contributor

Awjin commented May 13, 2020

In general, @use ... with isn't meant to handle advanced use cases. I'd recommend taking a look at https://sass-lang.com/documentation/at-rules/use#with-mixins for alternatives.

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