tj / styl

Flexible and fast modular CSS preprocessor built on top of Rework
530 stars 21 forks source link

Offer better comparison with Stylus #5

Open Zearin opened 11 years ago

Zearin commented 11 years ago

Styl may not “aim for feature parity with Stylus”, but it would really be useful to have a “feature diff” between the two.

Could you provide a more detailed comparison in the Readme (or perhaps a separate markdown document)?

tj commented 11 years ago

+1 ill try and get to this soon

yoshuawuyts commented 11 years ago

+1

james2doyle commented 11 years ago

It would be cool to see a performance test between Styl and Stylus. Possibly with the same stylesheet or at least a stylesheet with the same features in it. I have a Stylus watch task in Grunt project that can take ~2.5 seconds to build! If switching to Styl would save me some of that build time it would be worth converting the whole project.

tj commented 11 years ago

@james2doyle yeah it'll be a lot faster since it has no runtime and the parser is a lot simpler, we only have about 200k of CSS in our app but it compiles in ~30ms or so

james2doyle commented 11 years ago

@visionmedia sweet sweet! Mine is ~50kb and it takes like 100 times that long haha

cyberglot commented 11 years ago

hum, it looks that Stylus is not been updated about 2 months. Is Stylus going to be discontinued?

balupton commented 11 years ago

@jugoncalves see #18

cyberglot commented 11 years ago

thanks, @balupton ;)

Zearin commented 11 years ago

@visionmedia Hiya! How goes?

Think you could put up a feature comparison soon?

abernier commented 10 years ago

@Zearin what about starting a collaborative google spreasheet for that ?