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

Doesn't work for nested @imports #44

Open
AlexWayfer opened this issue Aug 12, 2018 · 1 comment
Open

Doesn't work for nested @imports #44

AlexWayfer opened this issue Aug 12, 2018 · 1 comment

Comments

@AlexWayfer
Copy link

main.pcss:

@import 'foo';

body {
  @import 'bar';
}

_foo.pcss:

p {
  color: red;
}

_bar.pcss:

button {
  color: blue;
}

Output:

p {
  color: red;
}

body {
  @import 'bar';
}
@rodionbgd
Copy link

Who knows what plugin can solve this problem? I bump into this, when importing from vue component.

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

2 participants