mateuszkocz / 3l

Lots of Love for LESS
http://mateuszkocz.github.io/3l/
150 stars 22 forks source link

Please provide more examples and more detailed documentation on animation #5

Closed livtanong closed 11 years ago

livtanong commented 11 years ago

So far, nobody in my office understands how your animation thing works. =/ (we've followed your instructions to the letter, and it results in an error)

edit: I figured it out: it seems the reason it keeps returning an error is the compiler doesn't accept the animation1.less file. All I had to do fix it was move it into the style.less file itself.

mateuszkocz commented 11 years ago

That's certainly a crazy bug in 3L. Could you tell me what compiler do you use? I'm mainly using WinLess, but I would like to test some other programs as well to find compiler-specific bugs and it seems the one you're using should be on a list.

livtanong commented 11 years ago

We're using Play Framework. http://www.playframework.org/ It has a built-in LESS compiler, though I'm not knowledgable on the specifics.

mateuszkocz commented 11 years ago

Thanks.