dannygarcia / html-to-scss

Node.js module that parses HTML to Sass SCSS structure format.
http://dannygarcia.github.com/html-to-scss/
17 stars 2 forks source link

Interested in collaborating on a somewhat similar project? #3

Open jonschlinkert opened 11 years ago

jonschlinkert commented 11 years ago

About a year ago I created a spec for a language called Pre that does (kind of) the reverse of what html-to-sass does. I pushed up some of the initial spec about 6 months ago, found here: https://github.com/jonschlinkert/pre. The spec is much more fleshed out than what I've pushed up the Pre repo, I just haven't had the time to push it up.

I'm on the core team for Less.js, and I've wanted to get get a proof of concept compiler together for Pre at some point, but I need a collaborator to make it happen. Take a look and let me know if you're interested at all, I can always make time to get it updated if you are. thanks in advance

dannygarcia commented 11 years ago

Yeah pre looks pretty interesting and I've been wanting to work on something more solid than html-to-scss (which was meant to be nothing more than a simple proof-of-concept). That would be fun. Let me know if you're able to get it updated.

jonschlinkert commented 11 years ago

Great! I'll try to get something updated and pushed up this weekend, I'll let you know when it's pushed up. thanks!