i am quite new to ST. I created this css snippet now i want it to be universal, i mean to work just about anywhere and not just css file. and now it works fine on html but on css the when i type and press tab it sows this border-left property. i have emmet installed but it shoudnt conflict because b prefix is added. have a look at the snippet
<snippet>
<content><![CDATA[
#${1:this}{
margin: auto;
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>bcen</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>