Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Dec 19, 2013
1 parent 78f2faf commit a22a065
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

### HEAD

### 0.7.0 - 19.12.2013
* Add breakpoint mixin
* Update animation description
* Update placeholder mixin

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass-mixins",
"version": "0.6.0",
"version": "0.7.0",
"main": "mixins.scss",
"author": "Hans Christian Reinl",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass-mixins - v0.6.0 - 2013-11-27 *//**
/*! sass-mixins - v0.6.0 - 2013-12-19 *//**
* @description
* Generates keyframe animations
*
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": "sass-mixins",
"title": "Sass-Mixins",
"description": "Some Sass-Mixins to use in your project",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://github.com/drublic/Sass-Mixins",
"author": {
"name": "Hans Christian Reinl",
Expand Down
4 changes: 2 additions & 2 deletions tests/css/main.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass-mixins - v0.6.0 - 2013-11-27 */
/*! sass-mixins - v0.6.0 - 2013-12-19 */
@charset "UTF-8";
/*! sass-mixins - v0.6.0 - 2013-11-27 */
/* sass-mixins - v0.6.0 - 2013-12-19 */
/**
* @description
* Generates keyframe animations
Expand Down

0 comments on commit a22a065

Please sign in to comment.