Skip to content

Commit

Permalink
Update version, changelog & readme for v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmartineau committed Feb 18, 2015
1 parent 736d29a commit ce331f3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Kickoff changelog
All latest changes are documented on our site at http://tmwagency.github.io/kickoff/

## Version 4.1.0 - Libsass
18/05/2015

As [node-sass](https://github.com/sass/node-sass) has been updated to v2, we can now use [grunt-sass](https://github.com/sindresorhus/grunt-sass) with Kickoff. It is faster and removes the dependency on Ruby from Kickoff.

## Version 4.0.4 - Media query bugfix
18/02/2015

Fixes a strange bug with our [media-query mixins](https://github.com/tmwagency/kickoff/blob/master/scss/mixins/_responsive.scss). Apparently `em`-based media-queries do not calculate correctly if the font-size differs from the user's default — usually 16px. At this point, we have hard-coded 16 into our media-query mixins until we can find a better solution.

## Version 4.0.3 - scss linting
13/11/2014

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kickoff",
"title": "Kickoff",
"description": "A lightweight front-end framework for creating scalable, responsive sites",
"version": "4.0.3",
"version": "4.1.0",
"homepage": "http://tmwagency.github.io/kickoff/",
"authors": [
{
Expand Down
6 changes: 4 additions & 2 deletions readme.md
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)
Expand Down

0 comments on commit ce331f3

Please sign in to comment.