-
Notifications
You must be signed in to change notification settings - Fork 58
Value requires an array argument on line null #160
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
Comments
Hey, I don't think this is a Sublime issue. It suddenly started happening to me too on Cloud9. I'm using gulp-less to compile the LESS files.
|
I am using ATOM on Mac trying to compile my less variables.
|
Does anyone know how to fix this error? |
After update to Sublime Build 3124, when I go to save the less file, I get the following error:
SyntaxError: Value requires an array argument in [path]/main.less on line null, column 0:
1 @lightgreen: #839e8e;
It appears there's an issue reading the first line of the less file.
The text was updated successfully, but these errors were encountered: