How to write a dotless plugin

If you are using dotless you probably know it does more than just port less.js, it also extends it with custom functions like those listed below. rgb(red, green, blue) floor(number) ispercentage(anything) These functions allow you to do powerful server-side computation and use the result within your stylesheet. What might not be so well known is […]