An open API service indexing awesome lists of open source software.

https://github.com/trykickoff/kickoff-emmet-snippets

A collection of Emmet snippets for the Kickoff framework
https://github.com/trykickoff/kickoff-emmet-snippets

Last synced: 4 months ago
JSON representation

A collection of Emmet snippets for the Kickoff framework

Awesome Lists containing this project

README

          

# 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
```sh
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`