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
|
I am using Mindscape Web Workbench to create a responsive design site. I am using SASS as the CSS Preprocessor. I would like to take advantage of functionality such as @content and respond-to to support my design, but Web Workbench version of SASS doesn't support those features. What version of SASS does Web Workbench support? How often do you upgrade? Thanks Luciana |
|
|
The current nightly builds contain SASS 3.2.1 for the compiler. The syntax highlighting is seperate from this though and are still working on adding highlighting for the syntax added in 3.2. We upgrade the compiler as soon as we are aware of an official update for SASS. The syntax highlighting which relies on a custom parser is being continually evolved.
|
|
|
Is there a way to view the current SASS version being used? I'm having issues that the current version of SASS (3.3.8) should be able to support. |
|
|
The tools are extracted under C:/Users/user.computer/AppData/Local/Temp/Mindscape/WebWorkbench - there will be a Ruby folder and under that there will be a bin folder with the sass.bat file. If you open a command prompt there you can run sass -v to check the version number. As a guide the current gallery release (WW versions 3.2.x) targets Sass 3.2 and the current nightly builds (WW versions 3.3.x) targets Sass 3.3
|
|
|
Thank you for the info. I would like to download the nightly build of Web Workbench, but I don't see a link on the downloads page. Is this something unlocked by upgrading to the pro version? |
|
|
I too would like to download the nightly build to get the latest version of sass but there is no link on the download page. Is there another way to update the sass version ? Thanks |
|
|
I've been told the nightly updates are a pro feature. So I too would like to know how to manually update the SASS version, or know when to expect an update more specific than "later this month." |
|
|
You can use a custom version of Sass by using your own Ruby installation and then pointing Web Workbench at that. There are details about how to do this in the following thread: http://www.mindscapehq.com/forums/thread/1157734 We are looking at pushing out the new version to the gallery by Friday this week and we will be announcing this on the blog once it has been updated.
|
|
|
Got the update and it all works great, thanks! |
|