less.ruby
less.ruby copied to clipboard
Less Ruby — now at http://github.com/cowboyd/less.rb
Recent builds of Ruby 1.9.2 [removed](http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/24155) relative path searching from Kernel#require, so the Rakefile is broken at: ``` 32: require 'lib/less' ``` No big deal, just needs to be wrapped...
Since the page says "Importing works pretty much as expected", I thought this would be default behavior, but importing files only works if all files are in the same level....
This should generate a syntax error but doesn't (1.1.13) ``` #foo { font-size: 10px; text-align: center: // s/be ; not : } #bar { height: 100px; } ``` Not really...
The ::selection pseudo-class is supported in Gecko engine browsers with the pseudo-class ::-moz-selection. When run through the less compiler, the colons are stripped out rendering the property useless in Firefox...
_item (@bg: none) { background-image: @bg; } .item1 { _item(url("/images/home/item1_background.png")); } I've tried to use something like this, but it cause a problem. Do the mixins with args need a...
Compiler hangs when smart quotes are accidentally substituted for straight quotes (“ vs "), should throw an error?
I discovered this issue while trying to import a jQuery UI Theme, like so: ``` @import "jquery-ui-1.7.2.custom.css"; ``` The import fails when it hits an IE6 hack that uses comments...
Much of my css is written in indentation format so I can visually see parent and child relationship so for example: ul { margin: 0; padding: 0; list-style: none; }...
I can't seem to find a built-in way to preserve certain comments so that they'll be included in the output. This is vital for WordPress which stores theme metadata at...
use of @charset rule causes syntax error. Rule is documented here: http://www.w3.org/International/questions/qa-css-charset