Skip to content

Instantly share code, notes, and snippets.

@andrewjamesford
Created June 17, 2014 21:40
Show Gist options
  • Save andrewjamesford/7dfc5e2eb3bccc77e091 to your computer and use it in GitHub Desktop.
Save andrewjamesford/7dfc5e2eb3bccc77e091 to your computer and use it in GitHub Desktop.
A sublime text snippet to insert the terabyte em mixin
<snippet>
<content><![CDATA[tb_em(${1:30}px)]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>em</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.scss</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment