Search code examples
lessatk4agiletoolkit-css

Atk4 CSS and LESS compiler


im trying to play a little with default css of atk4 (4.3.0.dev)

I found some instructions here: https://github.com/atk4/agiletoolkit-css#themes-and-examples

I downloaded agiletoolkit-css, as i understand i change agiletoolkit-css-master\framework\less\variables.less (add some atk-swatch-xyz for example).

But when i try to compile agiletoolkit.less from same folder i get error:

ParseError: Unrecognised input in ...\agiletoolkit-css-master\framework\less\responsive.less on line 51, column 5:
50 
51 @cs();
52

I'm just trying to compile original version. Im using WinLess and SimplLess, same results.

Some guidance would be nice :) Thank you!


Solution

  • Agile CSS Less code is too advanced to compile it with GUI, i have tried it with several compilers with no success (different errors): - WinLess - SimplLess - Crunch - lessphp

    The only way i succeded was to install node.js with less. Instructions are here: http://pragmatictim.blogspot.fr/2012/08/developing-with-less-on-windows-getting.html