by GFunk | Aug 7, 2011 | Tech Stuff
Recently I have been playing around with a dynamic stylesheet language: Less. Less extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox) and server-side, with Node.js (which...