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

hi, I have this snippet: ``` .header-content-administration a { color: #c00 !important; } ``` but it fails to compile, says unexpected !, but it's a totally valid CSS

Changes that are made in less files that are imported using the @import statement is not detected and therefore not rendered in browsers with localStorage enabled. This makes it especially...

I will love to have global variables and global mixins. In javascript, you can declare a variable inside an script tag and access to it from another script tag. In...

can you do this is less? sass example: ``` $starWidth: 44px; $starOffset: 0 -43px; $numStars: 5; $steps: 2; $total: $numStars * $steps; @mixin filled($n: 0) { width: ($starWidth / $steps)...

I see a lot of issues that have stagnated, most of which have no tests. May I suggest first updating the documentation with how to run the tests. Its obvious,...

# content .holder.modConA, #content .holder.modConB Why does this contruction cause a syntax error - is there any workaround? I wanted to use .less on a base of a existing css...

hi, I run into errors when trying to use less and sitemap_generator gems on the same project. The cause ,as best as I can tell, seems to be that less...

Hey! I've got this LESS file where it would like to declare a class with UTF-8 accents (french) because of some CMS requirements (PERCH)... It's possible in CSS but it...

Admittedly this is not standard CSS (yet?) but it would be nice to have it not throw a syntax. Docs at: http://developer.apple.com/documentation/AppleApplications/Reference/SafariCSSRef/Articles/OtherStandardCSS3Features.html#//apple_ref/doc/uid/TP40007601-SW4 example: ``` @-webkit-keyframes 'tvout' { 0% { -webkit-transform:...

css support
low priority

test.less: .abc { display: block; } .abc { height: 10px; } .test { .abc; } Resulted test.css: .abc { display: block; } .abc { height: 10px; } .test { display:...

future
enhancement
2.0 - less.js