stechico
3/13/2013 - 11:11 AM

Quick snippet to compliment the naming on this post: http://css-tricks.com/media-queries-sass-3-2-and-codekit/

Quick snippet to compliment the naming on this post: http://css-tricks.com/media-queries-sass-3-2-and-codekit/

<snippet>
  <content><![CDATA[
@include breakpoint(${1:papa-bear / mama-bear / baby-bear}) {
    ${2:}
}
 
]]></content>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
	<tabTrigger>mq</tabTrigger> 
	<!-- Optional: Set a scope to limit where the snippet will trigger -->
	<!-- <scope>source.python</scope> -->
</snippet>