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

import by reference inlines source's inline imports #2620

Closed
rayshan opened this issue Jun 23, 2015 · 1 comment
Closed

import by reference inlines source's inline imports #2620

rayshan opened this issue Jun 23, 2015 · 1 comment
Labels

Comments

@rayshan
Copy link

rayshan commented Jun 23, 2015

Hi!

2.5.1 with no CLI flags

a.less has:

@import (inline) "normalize.css";
// a bunch of stuff

b.less has:

@import (reference) "a.less";
// nothing else

normalize.css is inlined in both a.css and b.css output.

Desired:

normalize.css is inlined in only a.css output.

Related:
#2464
#2470

@NicBright
Copy link

I've just experienced the same issue (same use-case: inlining normalize.css). Couldn't describe it better than rayshan.

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

No branches or pull requests

4 participants