Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 633 Bytes

Kickoff Emmet snippets

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

Install

Mac
cd ~ && mkdir emmet && cd emmet && wget https://raw.githubusercontent.com/tmwagency/kickoff-emmet-snippets/master/snippets-kickoff.json

Reference

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)

Install wget

You may need to install wget, I used Homebrew: brew install wget