Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drublic committed Oct 14, 2013
1 parent b4ecd30 commit 74bdc67
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

### HEAD

### 0.6.0 - 14.10.2013
* Add mixin for placeholder color

### 0.5.0 - 29.09.2013
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.5.0",
"version": "0.6.0",
"main": "mixins.scss",
"author": "Hans Christian Reinl",
"ignore": [
Expand Down
3 changes: 2 additions & 1 deletion mixins.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass-mixins - v0.5.0 - 2013-10-12 *//**
/*! sass-mixins - v0.6.0 - 2013-10-14 *//**
* @description
* Generates keyframe animations
*
Expand Down Expand Up @@ -539,6 +539,7 @@
color: $color; // IE 10+
}
}

/**
* @description
* This mixin will enable using the CSS3 value `rem`, which lets you define
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.5.0",
"version": "0.6.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.5.0 - 2013-10-12 */
/*! sass-mixins - v0.6.0 - 2013-10-14 */
@charset "UTF-8";
/*! sass-mixins - v0.5.0 - 2013-10-12 */
/* sass-mixins - v0.6.0 - 2013-10-14 */
/**
* @description
* Generates keyframe animations
Expand Down

0 comments on commit 74bdc67

Please sign in to comment.