Created
March 23, 2016 17:49
-
-
Save tdhartwick/75d985da14983a2564b0 to your computer and use it in GitHub Desktop.
Foundation For Emails Emmet Snippets
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
{ | |
//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>", | |
} | |
} | |
} | |
} |
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
File path to update using Sublime and Mac:
Sublime Text > Package Settings > Emmet > Settings - User