TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Haml/Sass 3 Released

60 pointsby mattybabout 15 years ago

5 comments

snprbob86about 15 years ago
In case anyone is hesitant:<p>I just ran the sass-convert tool on a decent size project to convert to sass 3 (I'm not much interested in scss) and it ran flawlessly.<p>It spotted a syntax error that sass 2 silently ignored (producing broken css). The tool told me exactly which line to fix, then I re-ran it and the results were perfect. Amazing!
zefhousabout 15 years ago
One thing that's cool about HAML and SASS is that since they are all about syntax parsing, it's not a huge problem to deprecate and change the syntax and provide an upgrade utility.
评论 #1335374 未加载
shykesabout 15 years ago
Sass makes your life easier. Compass is a life-changer, especially for layout.
TrevorBurnhamabout 15 years ago
Terrific news! I've been using the release candidates for a while, and have found Haml/Sass 3 to be an absolute pleasure for all my markup/stylesheet needs. Well done.
korchabout 15 years ago
Haml, Sass and Compass have completely 180'd my POV towards web development. I've gone from hating the view part of the MVC web stack(thanks LAMP!) to loving the abstractions and frameworks being built around HTML/CSS/Javascript/DOM.<p>If I <i>couldn't</i> use Haml/Sass now in every project I touch, I would go postal.<p>Great work on Haml/Sass, keep it up guys!