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

setPreserveComments(true) doesn't preserve comments in included files #281

Closed
artvolk opened this issue Aug 9, 2012 · 1 comment
Closed

Comments

@artvolk
Copy link

artvolk commented Aug 9, 2012

Good day!

I've a file main.less, where comment is preserved:

/*
  This comment is preserved
*/
@import 'settings/settings';
@import 'settings/reset';
@import 'settings/mixins';

But comments in included files are stripped.

Should I provide a test case or this description is enough?

Thanks!

@leafo
Copy link
Owner

leafo commented Aug 9, 2012

Thanks. Small oversight on my part, it's fixed in master.

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