submitted 6 days ago
CSS to Less
11–15 of 15 posts
duplicate entry: http://news.ycombinator.com/item?id=3898199
Re: CSS to Less
#12this is a great idea, but i'm using the most recent version of chrome and i find it to be very slow to just get the page open :\ otherwise, nice idea
i also liked the linked one in this thread as well: http://css2sass.heroku.com/
Re: CSS to Less
#13Hi folks, First thing, Css2less is hosted on our small server by home, so it's kind of hard to handle the amount of today visits :) Please be patient if server goes down for a few minutes...! Second thing, I see a lot of good ideas here ! You should definitely propose them on the Github page so it's not lost : https://github.com/nicooprat/Css2Less There's still a lot of work to accomplish as you expected it, so it's…
Must say I really like the idea. It would be awesome to have same command line tool as lessc for reverse parsing.
You could get a css2less command line by installing the rubygem :
gem install css2less
After that you can run for example : css2less style.css > style.less
Re: CSS to Less
#14the site is down!
css2less website is home hosted on a small server with a small bw. And there are lot of visiters today. We will move it on a bigger hosting soon.
Meantime you could use it locally with command line using the rubygem : gem install css2less
Re: CSS to Less
#15Some time back, I built a Ruby gem called lessify[1] and a webapp[2] to do this. Maybe we should combine forces :)