I am trying to to compile a LESS file into a CSS one (both located in the same directory, same name).
The issue is that i keep getting:
1 A css file should begin with @charset 'UTF-8';
@import "color-theme.less"; // Line 4, Pos 2 #2 Stopping. (0% scanned). // Line 4, Pos 2 [Finished in 0.3s]
I modifeid my .LESS file according to that, but to no avail. I even entered a simple statement such as:
body{
background-color: red;
}
and it still won't compile. Important note is that yesterday it was working, today it doesn't. I'm not sure what might've caused this.
I am using less2css, jsLint with Sublime Text 2.