Skip to content

Instantly share code, notes, and snippets.

@arleym
Created September 8, 2014 13:44
Show Gist options
  • Save arleym/894315b9f8a7fb84a8f9 to your computer and use it in GitHub Desktop.
Save arleym/894315b9f8a7fb84a8f9 to your computer and use it in GitHub Desktop.
Example Sublime Text Snippet
<snippet>
<content><![CDATA[
<div class="js-accordian accordian is-active">
<h6 class="accordian__title">Title</h6>
<div class="accordian__content">
</div>
</div><!-- accordion -->
]]></content>
<tabTrigger>accordion</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment