Created
March 15, 2015 16:29
-
-
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'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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