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:
- emmet sublime, , all abbreviation (emmet html -- happening when type, example,
nav>ul>li...)
now, how make works scss:
the answer here
- you have install package sass-textmate-bundle scss , have wrote.
- if need sass , not scss, check this answer, second response alexander ekdahl
Comments
Post a Comment