Titan-Framework
Titan-Framework copied to clipboard
LESS Compiler
Could you add support for LESS Compiler?
https://gist.github.com/11250292
Also found this less compiler to add to the list https://github.com/leafo/lessphp
I dunno though about this one, need comments of others here as well whether it would be good to add both LESS and SASS for compiling the css parameter.
Lastly, if we implement this, would this be a good handling logic?
- Try compiling using SASS,
- If it fails, try compiling using LESS,
- If it fails, then just use it as is.