Skip to content

Instantly share code, notes, and snippets.

@tdhartwick
Created March 23, 2016 17:49
Show Gist options
  • Save tdhartwick/75d985da14983a2564b0 to your computer and use it in GitHub Desktop.
Save tdhartwick/75d985da14983a2564b0 to your computer and use it in GitHub Desktop.
Foundation For Emails Emmet Snippets
{
//Custom Inky Snippets
"snippets": {
"html": {
"abbreviations": {
"row": "<row></row>",
"columns": "<columns small='12' large='12'></columns>",
"col": "<columns small='12' large='12'></columns>",
"container": "<container></container>",
"con": "<container></container>",
"callout": "<callout></callout>",
"center": "<center></center>",
"expander": "<th class='expander'></th>",
"ex": "<th class='expander'></th>",
}
}
}
}
@tdhartwick
Copy link
Author

File path to update using Sublime and Mac:
Sublime Text > Package Settings > Emmet > Settings - User

@James-Bovis
Copy link

THANK YOU

Been looking for something like this for a while! Works perfectly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment