How To Speed Up Your Web Development Process Using LESS

Less is dynamic stylesheet language that allows to extend the CSS language with great features such as variables, mixins and nesting. You can even do math with LESS. This screencast will show you how powerful the LESS language can be. In How To Speed Up Your Web Development Process Using LESS, you will learn to write better CSS and improve your web development workflow. In the first section, you will start by learning how to define variables and mixins as re-usable objects, meaning that LESS allows to cut
Back to Top