SimpLESS does not compile

I use the simpLESS program to compile my .less files into .css files on the fly.

It's really cool!

However, after using just a couple of days, "simpLESS" stopped copying .less to .css files. I tried reinstalling, rebooting, and then reinstalling, trying other directories, other .less files, trying to recompile manuall, but nothing works.

Has anyone experienced this?

Thank!

+5
source share
2 answers

I seem to have found a problem. I had the following code:

#result{
   .result_padding;

   .icon{
      height: 17px;
      width: 23px;
    }
}

However, ".result_padding" was not really defined. The simpLESS compiler should have noticed this, but I think this is a mistake. In any case, after deleting this line - it worked.

+4

! , , , ! , : Simpless , Winless, , Simpless. note: Simpless, @import , Winless .

+5

All Articles