Created
June 27, 2014 17:06
-
-
Save jaredphillips/bde683a01459ac176b74 to your computer and use it in GitHub Desktop.
This file contains 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
// My custom emmet shortcuts | |
{ | |
"snippets": { | |
"scss": { | |
"snippets": { | |
"mz": "margin: 0 auto;" | |
} | |
}, | |
"css": { | |
"snippets": { | |
"mz": "margin: 0 auto;" | |
} | |
}, | |
"html": { | |
"snippets": { | |
"tp": "<p>Once upon a time, there was a place of great goodness called the White Lodge. Fawns gamboled there amidst happy laughing spirits. The sounds of innocence and joy filled the air. When it rained, it rained sweet nectar that infused one's heart with the desire to live life in truth and beauty. Generally speaking, a ghastly place. Reeking of virtue's sour smell, engorged with the whispered prayers of kneeling mothers, mewling newborns, and fools young and old compelled to do good without reason. But, I am pleased to point out that our story does not end in this place of saccharine excess.</p>" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment