Skip to content

Instantly share code, notes, and snippets.

@rickysullivan
Created November 25, 2016 03:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickysullivan/e3d03986bcc52cfa1337c7804eb62486 to your computer and use it in GitHub Desktop.
Save rickysullivan/e3d03986bcc52cfa1337c7804eb62486 to your computer and use it in GitHub Desktop.
Foundation for Emails - Snippets for Atom
'.text.html.basic, .text.html.handlebars':
'FE Horizontal Rule':
'prefix': 'hr'
'body': '<hr />'
'FE Button':
'prefix': 'button'
'body': '''<button>
$1
</button>'''
'FE Row':
'prefix': 'row'
'body': '''<row>
$1
</row>'''
'FE Columns':
'prefix': 'columns'
'body': '''<columns ${1:small="$2"} ${3:large="$4"}>
$5
</columns>'''
'FE Container':
'prefix': 'container'
'body': '''<container>
$3
</container>'''
'FE Callout':
'prefix': 'callout'
'body': '''<callout>
$1
</callout>'''
'FE Block Grid':
'prefix': 'block-grid'
'body': '''<block-grid>
$1
</block-grid>'''
'FE Inky':
'prefix': 'inky'
'body': '<inky />'
'FE Menu':
'prefix': 'menu'
'body': '''<menu>
$1
</menu>'''
'FE Menu Item':
'prefix': 'item'
'body': '''<item>
$1
</item>'''
'FE Spacer':
'prefix': 'spacer'
'body': '<spacer ${1:size="$2"}></spacer>'
'FE Center':
'prefix': 'center'
'body': '''<center>
$1
</center>'''
'FE Wrapper':
'prefix': 'wrapper'
'body': '''<wrapper>
$1
</wrapper>'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment