-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version, changelog & readme for v4.1.0
- Loading branch information
1 parent
736d29a
commit ce331f3
Showing
3 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
[![devDependency Status](https://david-dm.org/tmwagency/kickoff/dev-status.png)](https://david-dm.org/tmwagency/kickoff#info=devDependencies) [![Build Status](https://travis-ci.org/tmwagency/kickoff.svg?branch=master)](https://travis-ci.org/tmwagency/kickoff) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/tmwagency/kickoff/trend.png)](https://bitdeli.com/free "Bitdeli Badge") [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/tmwagency/kickoff?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
|
||
![Kickoff](http://i61.tinypic.com/1zyitqe.png) | ||
# Kickoff | ||
## A lightweight front-end framework for creating scalable, responsive sites | ||
|
||
Developed and maintained by [Ashley Nolan](https://github.com/ashleynolan) & [Zander Martineau](https://github.com/mrmartineau) | ||
|
||
If you're using Kickoff we'd love to hear about it; please e-mail us at [email protected] | ||
|
||
### Features | ||
* 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 | ||
* Sass compilation uses [autoprefixer](https://github.com/ai/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](https://github.com/gruntjs/grunt-contrib-sass) although [grunt-sass](https://github.com/sindresorhus/grunt-sass) can be used, but there are still some bugs; it is far quicker though.. | ||
* Sass compilation using [node-sass](https://github.com/sass/node-sass) ([grunt-sass](https://github.com/sindresorhus/grunt-sass)) | ||
* Concatenation and minification of JS files with and [grunt-contrib-uglify](https://github.com/gruntjs/grunt-contrib-uglify) | ||
* Simple server using [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect) | ||
* SVG Icon generation using [grunticon](https://github.com/filamentgroup/grunticon) | ||
|