LESS-build-sublime
LESS-build-sublime copied to clipboard
Less build sytem for Sublime Text 2
I installed all the less/less2css/less-build/lessc in sublime, It also no effect whether I use ALT+S or click the tools menu item Less->css Help,OMG..... T-T It can work last week, but...
when I use this: @import (css) "http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700,300|Open+Sans:400,700&subset=latin,greek"; it doesn't compile [FAILED] Compilation failed: Object reference not set to an instance of an object. at dotless.Core.Parser.Parsers.Directive(Parser parser) at dotless.Core.Parser.Parsers.Primary(Parser parser) at...
I download the zip file and unzip it to \Sublime Text 3\Packages\LESS-build\ and it only work once, the next time I launch Sublime Text 3, LESS-build directory is automatically deleted....
I've installed LESS-build. tried to compile and dotless (1.3.1.0) stops working. The output from the build is: ``` Unhandled Exception: System.ArgumentException: The path is not of a legal form. at...
Fixed repo name. Use https as recommended by GitHub.
Hello I installed LESS package (https://github.com/danro/LESS-sublime), then your LESS-build package. Ran changeLESSBuildType.bat (as Administrator), pressed 1 for my choice. Symlink was created. Pressing "Ctrl+B" does just nothing. No errors, no...
Colour codes were making my error messages difficult to read. Not sure if the switches are the same for Windows/OSX?
ran on windows 7 as of less 1.3.3 you are allowed to use semicolons as argument separators. .hg(left; white, black) The above, two argument mixin, will compile fine from the...
Create the following mixin and various classes: .msopacity(@opacity:100 ) { -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=@{opacity})"; filter: alpha(opacity=@opacity); opacity:@opacity/100; } .class1 { .msopacity; } .class2 { .msopacity(65); } .class3 { .msopacity(100); } .class4...
Hello, is any way to configure build compressed file (name.min.css) as default with default shortcut ctrl+b?