less.ruby icon indicating copy to clipboard operation
less.ruby copied to clipboard

Less Ruby — now at http://github.com/cowboyd/less.rb

Results 93 less.ruby issues
Sort by recently updated
recently updated
newest added

Since it seems like we're going to be living with -moz, -webkit, etc for a while at, I think it would be convenient if there were a way to coerce...

I get an error about a missing constant Less::Node::Sibling. It looks like there's a hash of selectors in selector.rb, and for each of them there's a matching method, except Sibling...

I'm struggling with gradients that throw syntax errors, for example: -moz-linear-gradient(50% 100% 90deg, #59341E, #412110, #412110 90%, #361B0D 100%); Is there any way I can use them? I think this...

When trying to run the following code through lessc I get the following error; Code: `a { color: hsla(0,0%,0%,1) }` Error: _/var/lib/gems/1.8/gems/less-1.2.21/bin/../lib/less/engine/nodes/function.rb:25:in 'hsla': undefined method '

To use css animations a definition of the animation duration is neccessary. To support this a unit type "ms" for miliseconds is needed.

2.0 - less.js

Currently I have to maintain a constants.less file and @import it into the top of each of my files to get the variables I need available (reset.less, screen.less, forms.less etc)....

Would love to be able to append string file names to string variable containing the base image url. i.e. background: url("{@images_path}/orange_button.png") no-repeat; I saw there were a few posts about...

I love parametrizable mixins. But the first one I tried is causing me some problems: .animate(@property: all) { -webkit-transition-duration: 0.4s; -webkit-transition-property:@property; -webkit-transition-timing-function: ease-in; } .onedim { .animate(top); } .twodim {...

The following example was tested using 1.2.8 (GitHub-hosted gem). It shows how importing a file can cause its definitions to clobber re-definitions made since the first import. Note: I prepended...

bug

Strange error with this code: ``` div /* comment */ { color: red; } ``` If remove comment line all works fine.

bug
2.0 - less.js