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
- Host: GitHub
- URL: https://github.com/trykickoff/kickoff-emmet-snippets
- Owner: TryKickoff
- License: mit
- Created: 2014-06-17T09:14:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T14:19:45.000Z (almost 12 years ago)
- Last Synced: 2025-02-25T20:34:27.312Z (over 1 year ago)
- Size: 168 KB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`