Summary of New Features in Sass 3:<p><pre><code> * New CSS-Based Syntax called SCSS is available
* Full CSS3 Support
* New Color Utilities and Support
* Variable now start with $
* No more Scripting context.
* Dashes in variable names
* Firebug Integration
* Watcher for files and directories</code></pre>
Really excited about this. It'd be great to see the Sass Textmate Bundle updated for the new syntax.<p><a href="http://github.com/seaofclouds/sass-textmate-bundle" rel="nofollow">http://github.com/seaofclouds/sass-textmate-bundle</a>
This answers a lot of my irritations with Sass! Now there are only two problems I have, and I really don't have a good solution for either of them: some of my files are heavy on the indentation making it really difficult to see where I really am when adding new stuff, and I really do miss writing more of my CSS on one line.