Congratulations on the SASS 3.0 beta - is looking really good. I have
a quick question regarding the new SCSS syntax.

I've been using the pre-releases of SASS 3.0 for a while with the SCSS
syntax in various iterations. I have one particularly big project
using syntax looking like this:

    border= !width "solid" !colour;

Instead of (the much, much more intuitive looking):

    border: $width solid $colour;

But my question is, before I upgrade to the beta, will it break my
existing project which is using the older syntax?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to