A collection of Emmet snippets for the Kickoff framework.
It has been included in the Sublime Text snippets for a while but they have been extracted to
cd ~ && mkdir emmet && cd emmet && wget https://raw.githubusercontent.com/tmwagency/kickoff-emmet-snippets/master/snippets-kickoff.json
The old Sublime Text docs have most of the snippets so you can refer to them for the time being: http://tmwagency.github.io/kickoff/docs/sublime.html (these are probably out-of-date)
You may need to install wget, I used Homebrew: brew install wget