Created
September 8, 2014 13:44
-
-
Save arleym/894315b9f8a7fb84a8f9 to your computer and use it in GitHub Desktop.
Example Sublime Text Snippet
This file contains 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[ | |
<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