Live data from Hacker News

CSS to Less

css2less.cc

11–15 of 15 posts

Re: CSS to Less

#13
post #10

Hi 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

#14

the 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
Post reply on HN