![Gitter](https://badges.gitter.im/Join Chat.svg)
Developed and maintained by Ashley Nolan & Zander Martineau
If you're using Kickoff we'd love to hear about it; please e-mail us at [email protected]
- Built in a mobile-first, responsive philosophy (but can easily be used for fixed sites as well)
- Sass compilation uses autoprefixer to dynamically add vendor prefixes so you don't even have to think about it. We still have many Sass mixins for many CSS3 features including gradients, REMs with fallbacks
- Starter content styles, including clean typography, lists, tables, etc
- Starter form element styles: stacked on small-screen to 2-column (if you choose) at the breakpoint of your choice
- Grunt used extensively to ease common development bottlenecks
- Sass compilation using grunt-contrib-sass although grunt-sass can be used, but there are still some bugs; it is far quicker though..
- Concatenation and minification of JS files with and grunt-contrib-uglify
- Simple server using grunt-contrib-connect
- SVG Icon generation using grunticon
Kickoff's demo and documentation site is hosted at tmwagency.github.io/kickoff/.
Have a bug or a feature request? Please search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Kickoff has been tested in the following browsers:
- Chrome
- Safari
- Firefox 3+
- Opera 10+
- Internet Explorer 8+
There is also a Yeoman generator for Kickoff, visit tmwagency.github.io/kickoff/docs/yeoman.html for more info.
Zander Martineau
Ashley Nolan
Keep track of development and community news.
- Follow @TMWKickoff on Twitter.
For transparency into our release cycle and in striving to maintain backward compatibility, Kickoff is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we'll adhere to those rules whenever possible.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request