You can install Emmet (formerly Zen Coding), it is an extremely powerful tool for creating css (and scss), for example:
I type bi and press tab , and it gives me: background-image: url(|); (using | your cursor).
If you're interested, check out this:
Now, how to make it work with scss:
Answer here
- You need to install the sass-textmate-bundle package for scss and do what I wrote.
- If you need sass, not scss, check this answer , especially the second answer from Alexander Ekdahl
source share