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
|
Version of Web Workbench is 3.4.1837, being used with Visual Studio Premium 2013 First off, everything actually works fine as far as I can tell, it's just an annoying visual issue. I use files like _colors, _fonts, etc. to hold common things that will be used in all my other scss files. When I throw something like @import 'colors'; at the top of one of my other files it will give me the squiggles and say "Import file not found". If I then use one of the variables that has been declared in _colors.scss it will again give me the squiggles and say "Unknown variable" while simultaneously showing me the value of the variable, so it clearly knows what it is. Everything compiles fine and the colors work when the project is running, so it's quite odd. I thought it might be some conflicting issues but I don't have any other extensions like Web Essentials installed. Any ideas? EDIT: I just checked again to make sure and it looks like I Microsoft ASP.NET and Web Tools extension installed but I'm not sure if that would cause any conflicts. |
|