Skip to content

Instantly share code, notes, and snippets.

@joliveras
Last active March 10, 2016 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joliveras/0bd89276f590fa8f4ed6 to your computer and use it in GitHub Desktop.
Save joliveras/0bd89276f590fa8f4ed6 to your computer and use it in GitHub Desktop.
Show me the money !
<snippet>
<content><![CDATA[
\$(document).ready(function(){
\$( '#button' ).click(function() {
\$(this).toggleClass("show");
});
});
]]></content>
<tabTrigger>documentready</tabTrigger>
</snippet>
<snippet>
<content><![CDATA[
@media(min-width: $1 ){
$2
}
]]></content>
<tabTrigger>media</tabTrigger>
</snippet>
<snippet>
<content><![CDATA[
background: tomato !important;
border: 1px solid tomato !important;
]]></content>
<tabTrigger>test</tabTrigger>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment