Great! Possible idea for improvements: less support file includes, so you don't want to generate .css for the included content. Some pattern and/or convention to skip them could be useful.
andyFri 20 Jan 2012
support file includes, so you don't want to generate .css for the included content. Some pattern and/or convention to skip them could be useful.
Forgot to test that, yeah, will get that working - thanks.
andySun 22 Jan 2012
Updated to fix @import support. See BitBucket for details.
andy Fri 20 Jan 2012
Worked up a little Fantom wrapper around LESS yesterday.
Details over on BitBucket: https://bitbucket.org/afrankvt/less
alex_panchenko Fri 20 Jan 2012
Great! Possible idea for improvements: less support file includes, so you don't want to generate .css for the included content. Some pattern and/or convention to skip them could be useful.
andy Fri 20 Jan 2012
Forgot to test that, yeah, will get that working - thanks.
andy Sun 22 Jan 2012
Updated to fix
@import
support. See BitBucket for details.