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
|
Hi all This is my first Compass/Sass project and first Workbench, so I'm learning on the go! I have installed Compass as per this tutorial http://www.mindscapehq.com/products/web-workbench/working-with-compass-in-visual-studio When I try to import any compass functions, it comes up with a path error EG: @import "compass/css3"; Can anyone walk me through how I include Compass functions once I've installed? I can't see any Compass folder added to the project. I'm trying to use the Compass border-radius library to start with, but there's a few other things I'd like, too! Thanks for any help |
|
|
Are you seeing this error on compile or just as a blue squiggly underneath the import line? If its the latter then this is an issue which we have subsequently fixed in the nightly builds. If its the former can you send us some details about the error you are getting on compile? If you can just copy paste the contents of your Web Workbench output window that should give us the relevant details :)
|
|
|
Hi Jeremy I just realised my problem. I was still working on the SCSS file in the content folder. I didn't realise that once you install Compass, you work on the css file in /sass/screen.css. The SASS was still compiling on the original file, which is why I thought I was in the right place! Thanks for getting back to me, all OK now. Merry Christmas, too! |
|