amy-d
1/22/2015 - 4:51 AM

picturefill_retina.sublime-snippet

<snippet>
	<content><![CDATA[
<span data-picture>
	<span data-src="images/${1}.${2}"></span>
	<span data-src="images/${1}@2x.${2}" data-media="(min-device-pixel-ratio: 2.0)"></span>
</span>
]]></content>
	<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>pfret</tabTrigger>
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<!-- <scope>source.python</scope> -->
</snippet>