Skip to content

Instantly share code, notes, and snippets.

@DGZN
Last active August 29, 2015 14:24
Show Gist options
  • Save DGZN/d21304b51f3f280e30b5 to your computer and use it in GitHub Desktop.
Save DGZN/d21304b51f3f280e30b5 to your computer and use it in GitHub Desktop.
Atom Snipets
'.html':
'Import Bootstrap':
'prefix': 'import-bs'
'body': '''
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
'''
'Import jQuery':
'prefix': 'import-jq'
'body': '<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment