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! Lines with inline-image or image-width in my scss files appear exactly the same in the css file. What do I need to do to make it work in VS 2012? Regards, Florian |
|
|
Have you converted your project to use Compass? And if so is the .scss file you are compiling residing under the sass_dir as defined in config.rb? It sounds like the standard Scss compiler is being used which wont have support for those functions.
|
|
|
I have a config.rb in my project and when I run compass watch in my cmd I get the css/images the way I want in the right directory. Do I have to run cmd in the background do make it work? Can't Mindscape create the css correctly? /Florian |
|
|
Did you convert the project to use Compass using Web Workbench or did you add config.rb manually (or via command line tooling)? If the project has been switched to use Compass and the .scss files are within the Compass structure (which it sounds like if compass watch is picking up on the changes) then WW should be calling to the Compass compiler which should be generating the same output you see when running compass watch. If you believe everything should be working correctly (Compass enabled via WW, files are part of the Compass project structure) could you please send us through a repro project which can review to see what is occurring here and determine if there is an issue.
|
|