-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No semicolons in .scss files #10
Comments
I'd like to have this work too, but at first glance I'm not sure it's possible to do both with one package. |
Ah, yeah I see what you're saying. Your SASS package does a much better job than the SCSS.tmbundle in Sublime Text 2, so I might just live with it for now until there's a way to get it to work. |
A quick update. It looks like it's possible to have multiple syntax files in one Sublime package (look at the contents for the bundled Rails package, for example). This will probably be the approach I take to make this work. Not sure when I can get to it, though. It'll probably end up being a pretty major refactor of all the package code. There's a lot of cruft built up over the years. |
Any way to have the bundle respect the CSS insertions of semicolons for SCSS files? Not sure where in the code that is - haven't had a chance to dig in yet. Figured I'd ask.
The text was updated successfully, but these errors were encountered: