Stories recently tagged with 'dotLess'

T4CSS: A T4 Template for .Less CSS With Compression(haacked.com)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 5 months ago

Pain is often a great motivator for invention, unless you become dull to the pain. I think CSS is one of those cases where there’s a lot of pain that we as web developers often take in stride. Fortunately not everyone accepts that pain and efforts such as LESS are born. As the home page states However, sometimes I just want to have static CSS files. So I decided to write a T4 template for .less. Simply drop it in a folder that contains .less files and it will generate a .css file for each .less file. read more...

add a comment |category: |Views: 78

tags: another

Better CSS with .Less(markembling.info)

submitted by crpietschmanncrpietschmann(11.3k) 2 years, 5 months ago

Too often in my web development past I have found myself wading through huge clumsy CSS files of several hundred lines or more, searching for that place where a particular class is defined or to try and identify what it is that is overriding something else. It can be quite a nightmare. However I recently came accross .Less (pronounced "dot-less"), a port of the great Ruby Less library for .NET. This is a brilliantly simple-to-use solution to an often-painful situation. read more...

add a comment |category: |Views: 32

tags: another