sublime-less2css icon indicating copy to clipboard operation
sublime-less2css copied to clipboard

Sublime Text 2 Plugin to compile less files to css on save

Results 66 sublime-less2css issues
Sort by recently updated
recently updated
newest added

Hi I have been using this package on sublime text 2 for at least a year or two without any issues. I have not downloaded anything or changed anything, today...

Hi, I am having problem with less2css on my Mac OS 10.7. I have installed less2css on sublime 2. but for no reason its giving me following error. "less2css error:...

bug

I believe i have downloaded all of the nessassary softwares but the node file path is in correct, is it x code possibly?

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,...

`[WARNING] Please install gem 'therubyracer' to use Less. I am getting this error when I try to compile a less file. I ran lessc Help is appreciated. Traceback (most recent...

I need .MakeRandom(@min: 0, @max: @min+1, @int: 0) { .checkInt() { @getNum: `Math.random() * (@{max} - @{min} + @{int})`; @base: unit(`@{int}==1 ? Math.floor(@{getNum}) : @{getNum}`); } .checkInt(); @randNum: @base +...

All of the sudden the plugin stopped generating css files. Less is installed and I can manually compile files via command line. I'm on Windows. The console windows pops up...

i try to save my less file by ctrl+s. But some one is build this file in .css. How just SAVE file without build?????

我希望less可以编译出紧凑型代码,如: ``` nav ul{margin:0;padding:0;list-style:none} nav li{display:inline-block} nav a{display:block;padding:6px 12px;text-decoration:none} ```