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

Parent @import LESS Requires Double-Quotes #90

Open
tenfourzero opened this issue Feb 20, 2015 · 2 comments
Open

Parent @import LESS Requires Double-Quotes #90

tenfourzero opened this issue Feb 20, 2015 · 2 comments

Comments

@tenfourzero
Copy link

Been wracking my brains wondering why the plug-in would return the "file.less was modified, but didn't change any CSS files" error when entering the parent less file (with the @import calls) in the "Include Files By Path" field.

Turns out this file MUST use double-quotes and not single-quotes. For example, this would fail:

@import 'colours.less';

... while this would work ...

@import "colours.less";

Hope this can be fixed to help people who may be caught in this "didn't change any css files" error circle :)

@icodealone
Copy link

Thanks. Just wasted a couple of hours chasing this one down.

@tenfourzero
Copy link
Author

You're welcome.

I would fork & pull request it but I can't see where to update this.

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