sublimetext3 - Sass support for sublime text 3 -


is there way make autocomplete work scss in same way works css?
example type backg , tab , gives me background:; not in scss files...

i have installed packages support scss... there syntax highlighting working.

you can install emmet (formerly zen coding), extremely powerful tool css (and scss), example :
type bi , press tab , gives me : background-image: url(|); (with | cursor).

if interested, please take @ this:

now, how make works scss:

the answer here


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -