SiteCrafting, Inc.
20 Jun
LESS is More
A new module for Ruby was recently released which shows a promise for what CSS could be. It expands on the ideas every developer has
LESS is a module for Ruby that adds a ton of expressive capability to CSS. It adds the ability to have variables, add selector attributes to another selector, nest CSS rules within each other, and basic mathematic operations (add, subtract, etc.). This is exactly what every developer has wished CSS to be.
LESS is a module for Ruby that adds a ton of expressive capability to CSS. It adds the ability to have variables, add selector attributes to another selector, nest CSS rules within each other, and basic mathematic operations (add, subtract, etc.). This is exactly what every developer has wished CSS to be.
What LESS does is parse your CSS document (with the filetype .less) for these extra syntax additions. It will then output a fully compliant CSS document for viewing by the browser.
While we aren't a Ruby shop, it is nice to know this work is being done. I'll be the first to say, I can't wait till this is ported to PHP.
CSS, From the Workbench
by Paul Sayre | 6/20/2009 8:45am | Comments (0)
by Paul Sayre | 6/20/2009 8:45am | Comments (0)
No comments found.