This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Web Workbench looks like it's going to be a fantastic tool. (Just installed it!) Unfortunately, it seems to only support SCSS syntax, and not SASS. Which means I need to convert my existing files to use it. Plus there's the terrible burden of braces and semicolons. ;) Any plans to support the older (but cleaner) SASS syntax? Thanks! |
|
|
Not at the moment I'm afraid. So far we haven't had people asking for it but if we hear more requests we will certainly consider it. To be clear, we could probably support compilation reasonably easily, because we just call the SASS compiler. The trouble is the highlighting and Intellisense; because the classic SASS syntax is so different from the SCSS one, we'd have to write a whole new engine for that. Sorry! |
|
|
Amusingly, I'm using compass for compilation, and WW for intellisense and highlighting only (though its coffescript support will probably be in use fairly soon). Thanks for your time! |
|
|
The css writer like the SCSS syntax and the python programer like the SASS syntax, I think I like the SASS syntax, because it's more simple, quick and convenience |
|