Hey guys,
I’ve been trying to figure out what’s going on for about half an hour but I can’t seem to find the problem: My Emmet-Abbreviations changed and produce different results.
For example:
tac[/code] would produce [code]text-align: center;
However, now it produces:
to-upper-case($string)
Or for example: posr expanded into position: relative;. Now posr doesn’t work at all and only pos gives me position:.
Same thing for HTML: Normally div.section.full#home would give me <div class="section full" id="home"></div> without any problems. Now I get div.section.<full id="home"></full>.
I have no idea what’s causing it. At first I thought it’s the Syntax, but I tried to changing to everything, CSS, SASS, SCSS, HTML, nothing works.
Anybody encountered this problem yet?
Kind Regards,
SirThanksalot
My Specs:
ST3, OSX 10.9.3
Emmet, LiveReload, Sass, SCSS, SassBeautify, SublimeCodeIntel