sass-textmate-bundle
sass-textmate-bundle copied to clipboard
Sublime Text 3 could not load SCSS
Hi,
after the last update Sublime Text says, that it can not format SASS/SCSS files. I removed the package, reinstalled and after one day I get the same error.
Could this be a bug?
Just tested with ST3 and it appears to be working (fresh install via Sublime Package Control):

Did this some times but still, after one day it appears to not working.
I just tried it on a coworker's machine in ST3 (OS X), and it also appears to be working.
Perhaps you could try clearing out some of the SublimeText preferences, and check to make sure there are no orphaned package files in ~/Application Support/Sublime Text 3/?
Today I found I have to deal with exactly the same issue. After starting Sublime Text i saw this error message:

After some trial and error research I found following solution that worked for me:
- Remove Sass package with package manager
- Delte file Sass.sublime-package from User\AppData\Roaming\Sublime Text 3\Installed Packages and \Program Files\Sublime Text 3\Packages folders. (Sublime Text of course closed, paths are from Windows env.)
- Start Sublime and install Sass package through the package manager.
After that it started to work as usual.
@Bartunek thanks! That's helpful advice to anyone else trying to troubleshoot.
@visualcookie are you also a Windows user?
I'm still not sure what would be causing the issue though, as the latest update is a pretty clean commit that rolls things back to the way things were a couple weeks ago.
I just ran into this with the latest beta of Sublime 3 on my Mac with OS X 10.10. I ended up fixing it by manually copying the Sass folder from ~/Library/Application Support/Sublime Text 2/Packages/ into ~/Library/Application Support/Sublime Text 3/Packages/
Apparently the installer didn't create this folder.
@michael-reeves Thanks, your idea also works for me (Mac OSX El Capitan 10.11.1) but only once. I notice that Sublime Text 3 build 3083 delete automatically the /Packages/Sass folder everytime it runs and move Sass folder into Backup .
- Copy the Sass syntax folder from Sublime Text 2 from : /Users/BartSimpson/Library/Application Support/Sublime Text 2/Packages/Sass to : /Users/BartSimpson/Library/Application Support/Sublime Text 3/Packages
cmd+iin the Sass folder- Change user privileges to "Read only" and select the "Locked" checkbox
- Open Sublime Text 3. Sass must appear in Syntax list. Then close ST3 and reopen, check if Sass still appear... If dissappear is because the folder were deleted by starting the program. Try lock the folder again.
