less.ruby
less.ruby copied to clipboard
Less Ruby — now at http://github.com/cowboyd/less.rb
Feature Suggestion: use md5 to determine if a single less file has been changed to speed up imports
In regards to lessc --watch. Since there may be a noticeable delay between saving a file and the processing completion, one way to speed this up would be to split...
Run lessc on UTF-8 BOM file cause this error: ``` ! Syntax Error: on line 1: expected one of * - @ :: : . # [ @media @font-face @import...
Apps written using Java's JSF are littered with HTML elements with colons in the ID, eg: ``` ``` To select these with CSS you can backslash the colon, like this:...