Skip to content

Instantly share code, notes, and snippets.

@besimhu
Created March 15, 2015 16:29
Show Gist options
  • Save besimhu/d517c274ce0e67abf1de to your computer and use it in GitHub Desktop.
Save besimhu/d517c274ce0e67abf1de to your computer and use it in GitHub Desktop.
Snippets to use rem() function. Simply go to 'Tools -> New Snippet' and add your snippets in. To use hit tab after writing 'rm'
<snippet>
<content><![CDATA[
rem(${1});
]]></content>
<tabTrigger>rm</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment