The Dopefly Tech Blog

« The Dopefly Tech Blog Main page

The Ease of Moving to LESS

posted under category: CSS on September 6, 2011 at 12:00 am by Nathan

You are not as far from using LESS CSS as you may think. What does it take to switch from plain CSS to LESS? It's 2 steps.

  1. Rename your .css file to a .less file
  2. Include less.js

That's it! From there, you can start to add some variables and nest your selectors, or get more advanced with mixins and color functions. Oh, and also my favorite thing in the world, the // single line comment!

There are a few cases where your stylesheet won't convert perfectly. I've noticed just a few. They are: