Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants