Video: Speed Up Your Web Development Process with Less

Originally published at: http://www.sitepoint.com/video-speed-web-development-process-less/
Less is dynamic stylesheet language that allows you to extend the CSS language with great features such as variables, mixins, and nesting. In “How To Speed Up Your Web Development Process Using Less”, you will learn to write better CSS and improve your web development workflow, showing you how powerful Less can be.

I will show you how to define variables and mixins as re-usable objects, cut down on code, keep your code DRY and organized. We will learn about nesting, how to use nested rules with multiple CSS selectors, and how to do mathematical calculations with the operators.

In the second half of this screencast we will work through a project-based example through the customization of a web page. By the end of this short tutorial, you will have a basic understanding of how to write CSS with Less.

To jump into this screencast you should have a working knowledge of CSS, HTML, and JavaScript and of course, a modern web browser and text editor.

Continue reading this article on SitePoint
1 Like

Thanks for the post! I thought that it was very informative.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.